Uses of Class
com.amazonaws.services.storagegateway.model.StorediSCSIVolume
-
Packages that use StorediSCSIVolume Package Description com.amazonaws.services.storagegateway.model -
-
Uses of StorediSCSIVolume in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return StorediSCSIVolume Modifier and Type Method Description StorediSCSIVolume
StorediSCSIVolume. clone()
StorediSCSIVolume
StorediSCSIVolume. withPreservedExistingData(Boolean preservedExistingData)
StorediSCSIVolume
StorediSCSIVolume. withSourceSnapshotId(String sourceSnapshotId)
StorediSCSIVolume
StorediSCSIVolume. withVolumeARN(String volumeARN)
StorediSCSIVolume
StorediSCSIVolume. withVolumeDiskId(String volumeDiskId)
StorediSCSIVolume
StorediSCSIVolume. withVolumeId(String volumeId)
StorediSCSIVolume
StorediSCSIVolume. withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
StorediSCSIVolume
StorediSCSIVolume. withVolumeProgress(Double volumeProgress)
StorediSCSIVolume
StorediSCSIVolume. withVolumeSizeInBytes(Long volumeSizeInBytes)
StorediSCSIVolume
StorediSCSIVolume. withVolumeStatus(String volumeStatus)
StorediSCSIVolume
StorediSCSIVolume. withVolumeType(String volumeType)
Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type StorediSCSIVolume Modifier and Type Method Description List<StorediSCSIVolume>
DescribeStorediSCSIVolumesResult. getStorediSCSIVolumes()
Methods in com.amazonaws.services.storagegateway.model with parameters of type StorediSCSIVolume Modifier and Type Method Description DescribeStorediSCSIVolumesResult
DescribeStorediSCSIVolumesResult. withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type StorediSCSIVolume Modifier and Type Method Description void
DescribeStorediSCSIVolumesResult. setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
DescribeStorediSCSIVolumesResult
DescribeStorediSCSIVolumesResult. withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
-