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.withVolumeId(String volumeId)
The unique identifier assigned to the volume.
|
VolumeInfo |
VolumeInfo.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume.
|
VolumeInfo |
VolumeInfo.withVolumeType(String volumeType) |
Modifier and Type | Method and Description |
---|---|
List<VolumeInfo> |
ListVolumesResult.getVolumeInfos() |
Modifier and Type | Method and Description |
---|---|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(VolumeInfo... volumeInfos)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
ListVolumesResult.setVolumeInfos(Collection<VolumeInfo> volumeInfos) |
ListVolumesResult |
ListVolumesResult.withVolumeInfos(Collection<VolumeInfo> volumeInfos) |
Copyright © 2018. All rights reserved.