Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EbsInfo |
EbsInfo.clone() |
EbsInfo |
InstanceTypeInfo.getEbsInfo()
Describes the Amazon EBS settings for the instance type.
|
EbsInfo |
EbsInfo.withEbsOptimizedInfo(EbsOptimizedInfo ebsOptimizedInfo)
Describes the optimized EBS performance for the instance type.
|
EbsInfo |
EbsInfo.withEbsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates whether the instance type is Amazon EBS-optimized.
|
EbsInfo |
EbsInfo.withEbsOptimizedSupport(String ebsOptimizedSupport)
Indicates whether the instance type is Amazon EBS-optimized.
|
EbsInfo |
EbsInfo.withEncryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo |
EbsInfo.withEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo |
EbsInfo.withNvmeSupport(EbsNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
EbsInfo |
EbsInfo.withNvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setEbsInfo(EbsInfo ebsInfo)
Describes the Amazon EBS settings for the instance type.
|
InstanceTypeInfo |
InstanceTypeInfo.withEbsInfo(EbsInfo ebsInfo)
Describes the Amazon EBS settings for the instance type.
|
Copyright © 2021. All rights reserved.