|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceAttribute | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of InstanceAttribute in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return InstanceAttribute | |
---|---|
InstanceAttribute |
DescribeInstanceAttributeResult.getInstanceAttribute()
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance. |
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mapping of the instance. |
InstanceAttribute |
InstanceAttribute.withDisableApiTermination(Boolean disableApiTermination)
If the value is true , you can't terminate the instance
through the Amazon EC2 console, CLI, or API; otherwise, you can. |
InstanceAttribute |
InstanceAttribute.withEbsOptimized(Boolean ebsOptimized)
Indicates whether the instance is optimized for EBS I/O. |
InstanceAttribute |
InstanceAttribute.withInstanceId(String instanceId)
The ID of the instance. |
InstanceAttribute |
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 |
InstanceAttribute.withInstanceType(String instanceType)
The instance type. |
InstanceAttribute |
InstanceAttribute.withKernelId(String kernelId)
The kernel ID. |
InstanceAttribute |
InstanceAttribute.withProductCodes(Collection<ProductCode> productCodes)
A list of product codes. |
InstanceAttribute |
InstanceAttribute.withProductCodes(ProductCode... productCodes)
A list of product codes. |
InstanceAttribute |
InstanceAttribute.withRamdiskId(String ramdiskId)
The RAM disk ID. |
InstanceAttribute |
InstanceAttribute.withRootDeviceName(String rootDeviceName)
The name of the root device (for example, /dev/sda1 ). |
InstanceAttribute |
InstanceAttribute.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled. |
InstanceAttribute |
InstanceAttribute.withSriovNetSupport(String sriovNetSupport)
Returns a reference to this object so that method calls can be chained together. |
InstanceAttribute |
InstanceAttribute.withUserData(String userData)
The Base64-encoded MIME user data. |
Methods in com.amazonaws.services.ec2.model with parameters of type InstanceAttribute | |
---|---|
void |
DescribeInstanceAttributeResult.setInstanceAttribute(InstanceAttribute instanceAttribute)
|
DescribeInstanceAttributeResult |
DescribeInstanceAttributeResult.withInstanceAttribute(InstanceAttribute instanceAttribute)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |