Uses of Class
com.amazonaws.services.storagegateway.model.VolumeInfo
Packages that use VolumeInfo
-
Uses of VolumeInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return VolumeInfoModifier and TypeMethodDescriptionVolumeInfo.clone()
VolumeInfo.withGatewayARN
(String gatewayARN) VolumeInfo.withGatewayId
(String gatewayId) The unique identifier assigned to your gateway during activation.VolumeInfo.withVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) for the storage volume.VolumeInfo.withVolumeId
(String volumeId) The unique identifier assigned to the volume.VolumeInfo.withVolumeSizeInBytes
(Long volumeSizeInBytes) The size, in bytes, of the volume.VolumeInfo.withVolumeType
(String volumeType) Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type VolumeInfoMethods in com.amazonaws.services.storagegateway.model with parameters of type VolumeInfoModifier and TypeMethodDescriptionListVolumesResult.withVolumeInfos
(VolumeInfo... volumeInfos) 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 VolumeInfoModifier and TypeMethodDescriptionvoid
ListVolumesResult.setVolumeInfos
(Collection<VolumeInfo> volumeInfos) ListVolumesResult.withVolumeInfos
(Collection<VolumeInfo> volumeInfos)