Uses of Class
com.amazonaws.services.ec2.model.InstanceAttribute
Packages that use InstanceAttribute
-
Uses of InstanceAttribute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceAttributeModifier and TypeMethodDescriptionInstanceAttribute.clone()
DescribeInstanceAttributeResult.getInstanceAttribute()
Describes an instance attribute.InstanceAttribute.withBlockDeviceMappings
(InstanceBlockDeviceMapping... blockDeviceMappings) The block device mapping of the instance.InstanceAttribute.withBlockDeviceMappings
(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) The block device mapping of the instance.InstanceAttribute.withDisableApiTermination
(Boolean disableApiTermination) If the value istrue
, you can't terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.InstanceAttribute.withEbsOptimized
(Boolean ebsOptimized) Indicates whether the instance is optimized for EBS I/O.InstanceAttribute.withGroups
(GroupIdentifier... groups) The security groups associated with the instance.InstanceAttribute.withGroups
(Collection<GroupIdentifier> groups) The security groups associated with the instance.InstanceAttribute.withInstanceId
(String instanceId) The ID of the instance.InstanceAttribute.withInstanceInitiatedShutdownBehavior
(String instanceInitiatedShutdownBehavior) Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).InstanceAttribute.withInstanceType
(String instanceType) The instance type.InstanceAttribute.withKernelId
(String kernelId) The kernel ID.InstanceAttribute.withProductCodes
(ProductCode... productCodes) A list of product codes.InstanceAttribute.withProductCodes
(Collection<ProductCode> productCodes) A list of product codes.InstanceAttribute.withRamdiskId
(String ramdiskId) The RAM disk ID.InstanceAttribute.withRootDeviceName
(String rootDeviceName) The name of the root device (for example,/dev/sda1
or/dev/xvda
).InstanceAttribute.withSourceDestCheck
(Boolean sourceDestCheck) Indicates whether source/destination checking is enabled.InstanceAttribute.withSriovNetSupport
(String sriovNetSupport) InstanceAttribute.withUserData
(String userData) The Base64-encoded MIME user data.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceAttributeModifier and TypeMethodDescriptionvoid
DescribeInstanceAttributeResult.setInstanceAttribute
(InstanceAttribute instanceAttribute) Describes an instance attribute.DescribeInstanceAttributeResult.withInstanceAttribute
(InstanceAttribute instanceAttribute) Describes an instance attribute.