Uses of Class
com.amazonaws.services.storagegateway.model.CachediSCSIVolume
-
Packages that use CachediSCSIVolume Package Description com.amazonaws.services.storagegateway.model -
-
Uses of CachediSCSIVolume in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CachediSCSIVolume Modifier and Type Method Description CachediSCSIVolume
CachediSCSIVolume. clone()
CachediSCSIVolume
CachediSCSIVolume. withSourceSnapshotId(String sourceSnapshotId)
CachediSCSIVolume
CachediSCSIVolume. withVolumeARN(String volumeARN)
CachediSCSIVolume
CachediSCSIVolume. withVolumeId(String volumeId)
CachediSCSIVolume
CachediSCSIVolume. withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
CachediSCSIVolume
CachediSCSIVolume. withVolumeProgress(Double volumeProgress)
CachediSCSIVolume
CachediSCSIVolume. withVolumeSizeInBytes(Long volumeSizeInBytes)
CachediSCSIVolume
CachediSCSIVolume. withVolumeStatus(String volumeStatus)
CachediSCSIVolume
CachediSCSIVolume. withVolumeType(String volumeType)
Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type CachediSCSIVolume Modifier and Type Method Description List<CachediSCSIVolume>
DescribeCachediSCSIVolumesResult. getCachediSCSIVolumes()
An array of objects where each object contains metadata about one cached volume.Methods in com.amazonaws.services.storagegateway.model with parameters of type CachediSCSIVolume Modifier and Type Method Description DescribeCachediSCSIVolumesResult
DescribeCachediSCSIVolumesResult. withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type CachediSCSIVolume Modifier and Type Method Description void
DescribeCachediSCSIVolumesResult. setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.DescribeCachediSCSIVolumesResult
DescribeCachediSCSIVolumesResult. withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
-