Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Instance> |
DescribeInstancesResult.instances
An array of
Instance objects that describe the instances. |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
Instance.withAgentVersion(java.lang.String agentVersion)
The agent version.
|
Instance |
Instance.withAmiId(java.lang.String amiId)
A custom AMI ID to be used to create the instance.
|
Instance |
Instance.withArchitecture(Architecture architecture)
The instance architecture: "i386" or "x86_64".
|
Instance |
Instance.withArchitecture(java.lang.String architecture)
The instance architecture: "i386" or "x86_64".
|
Instance |
Instance.withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
Instance |
Instance.withAutoScalingType(java.lang.String autoScalingType)
For load-based or time-based instances, the type.
|
Instance |
Instance.withAvailabilityZone(java.lang.String availabilityZone)
The instance Availability Zone.
|
Instance |
Instance.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
Instance |
Instance.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the
instance's block device mappings. |
Instance |
Instance.withCreatedAt(java.lang.String createdAt)
The time that the instance was created.
|
Instance |
Instance.withEbsOptimized(java.lang.Boolean ebsOptimized)
Whether this is an Amazon EBS-optimized instance.
|
Instance |
Instance.withEc2InstanceId(java.lang.String ec2InstanceId)
The ID of the associated Amazon EC2 instance.
|
Instance |
Instance.withEcsClusterArn(java.lang.String ecsClusterArn)
For container instances, the Amazon ECS cluster's ARN.
|
Instance |
Instance.withEcsContainerInstanceArn(java.lang.String ecsContainerInstanceArn)
For container instances, the instance's ARN.
|
Instance |
Instance.withElasticIp(java.lang.String elasticIp)
The instance Elastic IP address .
|
Instance |
Instance.withHostname(java.lang.String hostname)
The instance host name.
|
Instance |
Instance.withInfrastructureClass(java.lang.String infrastructureClass)
For registered instances, the infrastructure class:
ec2 or
on-premises . |
Instance |
Instance.withInstallUpdatesOnBoot(java.lang.Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance
boots.
|
Instance |
Instance.withInstanceId(java.lang.String instanceId)
The instance ID.
|
Instance |
Instance.withInstanceProfileArn(java.lang.String instanceProfileArn)
The ARN of the instance's IAM profile.
|
Instance |
Instance.withInstanceType(java.lang.String instanceType)
The instance type, such as
t2.micro . |
Instance |
Instance.withLastServiceErrorId(java.lang.String lastServiceErrorId)
The ID of the last service error.
|
Instance |
Instance.withLayerIds(java.util.Collection<java.lang.String> layerIds)
An array containing the instance layer IDs.
|
Instance |
Instance.withLayerIds(java.lang.String... layerIds)
An array containing the instance layer IDs.
|
Instance |
Instance.withOs(java.lang.String os)
The instance's operating system.
|
Instance |
Instance.withPlatform(java.lang.String platform)
The instance's platform.
|
Instance |
Instance.withPrivateDns(java.lang.String privateDns)
The The instance's private DNS name.
|
Instance |
Instance.withPrivateIp(java.lang.String privateIp)
The instance's private IP address.
|
Instance |
Instance.withPublicDns(java.lang.String publicDns)
The instance public DNS name.
|
Instance |
Instance.withPublicIp(java.lang.String publicIp)
The instance public IP address.
|
Instance |
Instance.withRegisteredBy(java.lang.String registeredBy)
For registered instances, who performed the registration.
|
Instance |
Instance.withReportedAgentVersion(java.lang.String reportedAgentVersion)
The instance's reported AWS OpsWorks agent version.
|
Instance |
Instance.withReportedOs(ReportedOs reportedOs)
For registered instances, the reported operating system.
|
Instance |
Instance.withRootDeviceType(RootDeviceType rootDeviceType)
The instance's root device type.
|
Instance |
Instance.withRootDeviceType(java.lang.String rootDeviceType)
The instance's root device type.
|
Instance |
Instance.withRootDeviceVolumeId(java.lang.String rootDeviceVolumeId)
The root device volume ID.
|
Instance |
Instance.withSecurityGroupIds(java.util.Collection<java.lang.String> securityGroupIds)
An array containing the instance security group IDs.
|
Instance |
Instance.withSecurityGroupIds(java.lang.String... securityGroupIds)
An array containing the instance security group IDs.
|
Instance |
Instance.withSshHostDsaKeyFingerprint(java.lang.String sshHostDsaKeyFingerprint)
The SSH key's Deep Security Agent (DSA) fingerprint.
|
Instance |
Instance.withSshHostRsaKeyFingerprint(java.lang.String sshHostRsaKeyFingerprint)
The SSH key's RSA fingerprint.
|
Instance |
Instance.withSshKeyName(java.lang.String sshKeyName)
The instance's Amazon EC2 key-pair name.
|
Instance |
Instance.withStackId(java.lang.String stackId)
The stack ID.
|
Instance |
Instance.withStatus(java.lang.String status)
The instance status:
|
Instance |
Instance.withSubnetId(java.lang.String subnetId)
The instance's subnet ID; applicable only if the stack is running in a
VPC.
|
Instance |
Instance.withTenancy(java.lang.String tenancy)
The instance's tenancy option, such as
dedicated or
host . |
Instance |
Instance.withVirtualizationType(java.lang.String virtualizationType)
The instance's virtualization type:
paravirtual or
hvm . |
Instance |
Instance.withVirtualizationType(VirtualizationType virtualizationType)
The instance's virtualization type:
paravirtual or
hvm . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Instance> |
DescribeInstancesResult.getInstances()
An array of
Instance objects that describe the instances. |
Modifier and Type | Method and Description |
---|---|
DescribeInstancesResult |
DescribeInstancesResult.withInstances(Instance... instances)
An array of
Instance objects that describe the instances. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstancesResult.setInstances(java.util.Collection<Instance> instances)
An array of
Instance objects that describe the instances. |
DescribeInstancesResult |
DescribeInstancesResult.withInstances(java.util.Collection<Instance> instances)
An array of
Instance objects that describe the instances. |
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceJsonMarshaller.marshall(Instance instance,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|