Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CachediSCSIVolume> |
DescribeCachediSCSIVolumesResult.cachediSCSIVolumes
An array of objects where each object contains metadata about one cached
volume.
|
Modifier and Type | Method and Description |
---|---|
CachediSCSIVolume |
CachediSCSIVolume.clone() |
CachediSCSIVolume |
CachediSCSIVolume.withSourceSnapshotId(java.lang.String sourceSnapshotId) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeARN(java.lang.String volumeARN) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeId(java.lang.String volumeId) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeProgress(java.lang.Double volumeProgress) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeSizeInBytes(java.lang.Long volumeSizeInBytes) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeStatus(java.lang.String volumeStatus) |
CachediSCSIVolume |
CachediSCSIVolume.withVolumeType(java.lang.String volumeType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CachediSCSIVolume> |
DescribeCachediSCSIVolumesResult.getCachediSCSIVolumes()
An array of objects where each object contains metadata about one cached
volume.
|
Modifier and Type | Method and Description |
---|---|
DescribeCachediSCSIVolumesResult |
DescribeCachediSCSIVolumesResult.withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached
volume.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCachediSCSIVolumesResult.setCachediSCSIVolumes(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached
volume.
|
DescribeCachediSCSIVolumesResult |
DescribeCachediSCSIVolumesResult.withCachediSCSIVolumes(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached
volume.
|
Modifier and Type | Method and Description |
---|---|
CachediSCSIVolume |
CachediSCSIVolumeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CachediSCSIVolumeJsonMarshaller.marshall(CachediSCSIVolume cachediSCSIVolume,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|