| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.clone() |
EbsInstanceBlockDevice |
InstanceBlockDeviceMapping.getEbs()
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is
launched.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withAttachTime(Date attachTime)
When the attachment was initiated.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
A value that indicates whether the volume is deleted on instance termination.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(AttachmentStatus status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withStatus(String status)
The attachment state.
|
EbsInstanceBlockDevice |
EbsInstanceBlockDevice.withVolumeId(String volumeId)
The ID of the Amazon EBS volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceBlockDeviceMapping.setEbs(EbsInstanceBlockDevice ebs)
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is
launched.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is
launched.
|
Copyright © 2022. All rights reserved.