| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static EbsInfo.Builder |
EbsInfo.builder() |
EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
EbsInfo.Builder.encryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
EbsInfo.Builder.encryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
EbsInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EbsInfo.Builder> |
EbsInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.ebsInfo(Consumer<EbsInfo.Builder> ebsInfo)
Describes the Amazon EBS settings for the instance type.
|
Copyright © 2019. All rights reserved.