| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachment |
DetachVolumeResponse.attachment()
Describes volume attachment details.
|
VolumeAttachment |
AttachVolumeResponse.attachment()
Describes volume attachment details.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeAttachment> |
Volume.attachments()
Information about the volume attachments.
|
| Modifier and Type | Method and Description |
|---|---|
DetachVolumeResponse.Builder |
DetachVolumeResponse.Builder.attachment(VolumeAttachment attachment)
Describes volume attachment details.
|
AttachVolumeResponse.Builder |
AttachVolumeResponse.Builder.attachment(VolumeAttachment attachment)
Describes volume attachment details.
|
Volume.Builder |
Volume.Builder.attachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.attachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachment |
VolumeAttachmentUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.