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 VolumeInfoVolumeInfo. clone()VolumeInfoVolumeInfo. withGatewayARN(String gatewayARN)VolumeInfoVolumeInfo. withGatewayId(String gatewayId)The unique identifier assigned to your gateway during activation.VolumeInfoVolumeInfo. withVolumeARN(String volumeARN)The Amazon Resource Name (ARN) for the storage volume.VolumeInfoVolumeInfo. withVolumeId(String volumeId)The unique identifier assigned to the volume.VolumeInfoVolumeInfo. withVolumeSizeInBytes(Long volumeSizeInBytes)The size, in bytes, of the volume.VolumeInfoVolumeInfo. 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 ListVolumesResultListVolumesResult. 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 voidListVolumesResult. setVolumeInfos(Collection<VolumeInfo> volumeInfos)ListVolumesResultListVolumesResult. withVolumeInfos(Collection<VolumeInfo> volumeInfos)
-