Uses of Class
software.amazon.awssdk.services.storagegateway.model.CachediSCSIVolume
-
Packages that use CachediSCSIVolume Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CachediSCSIVolume in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CachediSCSIVolume Modifier and Type Method Description List<CachediSCSIVolume>DescribeCachediScsiVolumesResponse. cachediSCSIVolumes()An array of objects where each object contains metadata about one cached volume.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type CachediSCSIVolume Modifier and Type Method Description DescribeCachediScsiVolumesResponse.BuilderDescribeCachediScsiVolumesResponse.Builder. cachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)An array of objects where each object contains metadata about one cached volume.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type CachediSCSIVolume Modifier and Type Method Description DescribeCachediScsiVolumesResponse.BuilderDescribeCachediScsiVolumesResponse.Builder. cachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)An array of objects where each object contains metadata about one cached volume.
-