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