Uses of Class
com.amazonaws.services.storagegateway.model.CachediSCSIVolume
Packages that use CachediSCSIVolume
-
Uses of CachediSCSIVolume in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CachediSCSIVolumeModifier and TypeMethodDescriptionCachediSCSIVolume.clone()
CachediSCSIVolume.withSourceSnapshotId
(String sourceSnapshotId) CachediSCSIVolume.withVolumeARN
(String volumeARN) CachediSCSIVolume.withVolumeId
(String volumeId) CachediSCSIVolume.withVolumeiSCSIAttributes
(VolumeiSCSIAttributes volumeiSCSIAttributes) CachediSCSIVolume.withVolumeProgress
(Double volumeProgress) CachediSCSIVolume.withVolumeSizeInBytes
(Long volumeSizeInBytes) CachediSCSIVolume.withVolumeStatus
(String volumeStatus) CachediSCSIVolume.withVolumeType
(String volumeType) Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type CachediSCSIVolumeModifier and TypeMethodDescriptionDescribeCachediSCSIVolumesResult.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 CachediSCSIVolumeModifier and TypeMethodDescriptionDescribeCachediSCSIVolumesResult.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 CachediSCSIVolumeModifier and TypeMethodDescriptionvoid
DescribeCachediSCSIVolumesResult.setCachediSCSIVolumes
(Collection<CachediSCSIVolume> cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.DescribeCachediSCSIVolumesResult.withCachediSCSIVolumes
(Collection<CachediSCSIVolume> cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.