| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeInfo |
VolumeInfo.clone() |
VolumeInfo |
VolumeInfo.withGatewayARN(String gatewayARN) |
VolumeInfo |
VolumeInfo.withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
VolumeInfo |
VolumeInfo.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) for the storage volume.
|
VolumeInfo |
VolumeInfo.withVolumeAttachmentStatus(String volumeAttachmentStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
VolumeInfo |
VolumeInfo.withVolumeId(String volumeId)
The unique identifier assigned to the volume.
|
VolumeInfo |
VolumeInfo.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
VolumeInfo |
VolumeInfo.withVolumeType(String volumeType)
One of the VolumeType enumeration values describing the type of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeInfo> |
ListVolumesResult.getVolumeInfos()
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
| Modifier and Type | Method and Description |
|---|---|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(VolumeInfo... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVolumesResult.setVolumeInfos(Collection<VolumeInfo> volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(Collection<VolumeInfo> volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
Copyright © 2020. All rights reserved.