Uses of Class
com.amazonaws.services.opsworks.model.Instance
Packages that use Instance
-
Uses of Instance in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return InstanceModifier and TypeMethodDescriptionInstance.clone()
Instance.withAgentVersion
(String agentVersion) The agent version.A custom AMI ID to be used to create the instance.Instance.withArchitecture
(Architecture architecture) The instance architecture: "i386" or "x86_64".Instance.withArchitecture
(String architecture) The instance architecture: "i386" or "x86_64".Instance.withAutoScalingType
(AutoScalingType autoScalingType) For load-based or time-based instances, the type.Instance.withAutoScalingType
(String autoScalingType) For load-based or time-based instances, the type.Instance.withAvailabilityZone
(String availabilityZone) The instance Availability Zone.Instance.withBlockDeviceMappings
(BlockDeviceMapping... blockDeviceMappings) An array ofBlockDeviceMapping
objects that specify the instance's block device mappings.Instance.withBlockDeviceMappings
(Collection<BlockDeviceMapping> blockDeviceMappings) An array ofBlockDeviceMapping
objects that specify the instance's block device mappings.Instance.withCreatedAt
(String createdAt) The time that the instance was created.Instance.withEbsOptimized
(Boolean ebsOptimized) Whether this is an Amazon EBS-optimized instance.Instance.withEc2InstanceId
(String ec2InstanceId) The ID of the associated Amazon EC2 instance.Instance.withEcsClusterArn
(String ecsClusterArn) For container instances, the Amazon ECS cluster's ARN.Instance.withEcsContainerInstanceArn
(String ecsContainerInstanceArn) For container instances, the instance's ARN.Instance.withElasticIp
(String elasticIp) The instance Elastic IP address .Instance.withHostname
(String hostname) The instance host name.Instance.withInfrastructureClass
(String infrastructureClass) For registered instances, the infrastructure class:ec2
oron-premises
.Instance.withInstallUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.Instance.withInstanceId
(String instanceId) The instance ID.Instance.withInstanceProfileArn
(String instanceProfileArn) The ARN of the instance's IAM profile.Instance.withInstanceType
(String instanceType) The instance type, such ast2.micro
.Instance.withLastServiceErrorId
(String lastServiceErrorId) The ID of the last service error.Instance.withLayerIds
(String... layerIds) An array containing the instance layer IDs.Instance.withLayerIds
(Collection<String> layerIds) An array containing the instance layer IDs.The instance's operating system.Instance.withPlatform
(String platform) The instance's platform.Instance.withPrivateDns
(String privateDns) The The instance's private DNS name.Instance.withPrivateIp
(String privateIp) The instance's private IP address.Instance.withPublicDns
(String publicDns) The instance public DNS name.Instance.withPublicIp
(String publicIp) The instance public IP address.Instance.withRegisteredBy
(String registeredBy) For registered instances, who performed the registration.Instance.withReportedAgentVersion
(String reportedAgentVersion) The instance's reported AWS OpsWorks agent version.Instance.withReportedOs
(ReportedOs reportedOs) For registered instances, the reported operating system.Instance.withRootDeviceType
(RootDeviceType rootDeviceType) The instance's root device type.Instance.withRootDeviceType
(String rootDeviceType) The instance's root device type.Instance.withRootDeviceVolumeId
(String rootDeviceVolumeId) The root device volume ID.Instance.withSecurityGroupIds
(String... securityGroupIds) An array containing the instance security group IDs.Instance.withSecurityGroupIds
(Collection<String> securityGroupIds) An array containing the instance security group IDs.Instance.withSshHostDsaKeyFingerprint
(String sshHostDsaKeyFingerprint) The SSH key's Deep Security Agent (DSA) fingerprint.Instance.withSshHostRsaKeyFingerprint
(String sshHostRsaKeyFingerprint) The SSH key's RSA fingerprint.Instance.withSshKeyName
(String sshKeyName) The instance's Amazon EC2 key-pair name.Instance.withStackId
(String stackId) The stack ID.Instance.withStatus
(String status) The instance status:Instance.withSubnetId
(String subnetId) The instance's subnet ID; applicable only if the stack is running in a VPC.Instance.withTenancy
(String tenancy) The instance's tenancy option, such asdedicated
orhost
.Instance.withVirtualizationType
(VirtualizationType virtualizationType) The instance's virtualization type:paravirtual
orhvm
.Instance.withVirtualizationType
(String virtualizationType) The instance's virtualization type:paravirtual
orhvm
.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type InstanceModifier and TypeMethodDescriptionDescribeInstancesResult.getInstances()
An array ofInstance
objects that describe the instances.Methods in com.amazonaws.services.opsworks.model with parameters of type InstanceModifier and TypeMethodDescriptionDescribeInstancesResult.withInstances
(Instance... instances) An array ofInstance
objects that describe the instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type InstanceModifier and TypeMethodDescriptionvoid
DescribeInstancesResult.setInstances
(Collection<Instance> instances) An array ofInstance
objects that describe the instances.DescribeInstancesResult.withInstances
(Collection<Instance> instances) An array ofInstance
objects that describe the instances.