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 CachediSCSIVolumeCachediSCSIVolume. clone()CachediSCSIVolumeCachediSCSIVolume. withSourceSnapshotId(String sourceSnapshotId)CachediSCSIVolumeCachediSCSIVolume. withVolumeARN(String volumeARN)CachediSCSIVolumeCachediSCSIVolume. withVolumeId(String volumeId)CachediSCSIVolumeCachediSCSIVolume. withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)CachediSCSIVolumeCachediSCSIVolume. withVolumeProgress(Double volumeProgress)CachediSCSIVolumeCachediSCSIVolume. withVolumeSizeInBytes(Long volumeSizeInBytes)CachediSCSIVolumeCachediSCSIVolume. withVolumeStatus(String volumeStatus)CachediSCSIVolumeCachediSCSIVolume. 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 DescribeCachediSCSIVolumesResultDescribeCachediSCSIVolumesResult. 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 voidDescribeCachediSCSIVolumesResult. setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)An array of objects where each object contains metadata about one cached volume.DescribeCachediSCSIVolumesResultDescribeCachediSCSIVolumesResult. withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)An array of objects where each object contains metadata about one cached volume.
-