Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
CreateVolumeResponse.attachments()
Information about the volume attachments.
|
List<VolumeAttachment> |
Volume.attachments()
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.attachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
Volume.Builder |
Volume.Builder.attachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.attachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Volume.Builder |
Volume.Builder.attachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Copyright © 2022. All rights reserved.