Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeInfo> |
ListVolumesResult.volumeInfos |
Modifier and Type | Method and Description |
---|---|
VolumeInfo |
VolumeInfo.clone() |
VolumeInfo |
VolumeInfo.withGatewayARN(java.lang.String gatewayARN) |
VolumeInfo |
VolumeInfo.withGatewayId(java.lang.String gatewayId)
The unique identifier assigned to your gateway during activation.
|
VolumeInfo |
VolumeInfo.withVolumeARN(java.lang.String volumeARN)
The Amazon Resource Name (ARN) for the storage volume.
|
VolumeInfo |
VolumeInfo.withVolumeId(java.lang.String volumeId)
The unique identifier assigned to the volume.
|
VolumeInfo |
VolumeInfo.withVolumeSizeInBytes(java.lang.Long volumeSizeInBytes)
The size, in bytes, of the volume.
|
VolumeInfo |
VolumeInfo.withVolumeType(java.lang.String volumeType) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VolumeInfo> volumeInfos) |
ListVolumesResult |
ListVolumesResult.withVolumeInfos(java.util.Collection<VolumeInfo> volumeInfos) |
Modifier and Type | Method and Description |
---|---|
VolumeInfo |
VolumeInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeInfoJsonMarshaller.marshall(VolumeInfo volumeInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|