Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceAttribute |
DescribeInstanceAttributeResult.instanceAttribute
Describes an instance attribute.
|
Modifier and Type | Method and Description |
---|---|
InstanceAttribute |
InstanceAttribute.clone() |
InstanceAttribute |
DescribeInstanceAttributeResult.getInstanceAttribute()
Describes an instance attribute.
|
InstanceAttribute |
InstanceAttribute.withBlockDeviceMappings(java.util.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(java.lang.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(java.lang.Boolean ebsOptimized)
Indicates whether the instance is optimized for EBS I/O.
|
InstanceAttribute |
InstanceAttribute.withGroups(java.util.Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
InstanceAttribute |
InstanceAttribute.withGroups(GroupIdentifier... groups)
The security groups associated with the instance.
|
InstanceAttribute |
InstanceAttribute.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
InstanceAttribute |
InstanceAttribute.withInstanceInitiatedShutdownBehavior(java.lang.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(java.lang.String instanceType)
The instance type.
|
InstanceAttribute |
InstanceAttribute.withKernelId(java.lang.String kernelId)
The kernel ID.
|
InstanceAttribute |
InstanceAttribute.withProductCodes(java.util.Collection<ProductCode> productCodes)
A list of product codes.
|
InstanceAttribute |
InstanceAttribute.withProductCodes(ProductCode... productCodes)
A list of product codes.
|
InstanceAttribute |
InstanceAttribute.withRamdiskId(java.lang.String ramdiskId)
The RAM disk ID.
|
InstanceAttribute |
InstanceAttribute.withRootDeviceName(java.lang.String rootDeviceName)
The name of the root device (for example,
/dev/sda1 or
/dev/xvda ). |
InstanceAttribute |
InstanceAttribute.withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
InstanceAttribute |
InstanceAttribute.withSriovNetSupport(java.lang.String sriovNetSupport) |
InstanceAttribute |
InstanceAttribute.withUserData(java.lang.String userData)
The Base64-encoded MIME user data.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceAttributeResult.setInstanceAttribute(InstanceAttribute instanceAttribute)
Describes an instance attribute.
|
DescribeInstanceAttributeResult |
DescribeInstanceAttributeResult.withInstanceAttribute(InstanceAttribute instanceAttribute)
Describes an instance attribute.
|
Modifier and Type | Method and Description |
---|---|
InstanceAttribute |
InstanceAttributeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |