Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteVolumeRequest
-
Packages that use DeleteVolumeRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of DeleteVolumeRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type DeleteVolumeRequest Modifier and Type Method Description default CompletableFuture<DeleteVolumeResponse>StorageGatewayAsyncClient. deleteVolume(DeleteVolumeRequest deleteVolumeRequest)Deletes the specified storage volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API.default DeleteVolumeResponseStorageGatewayClient. deleteVolume(DeleteVolumeRequest deleteVolumeRequest)Deletes the specified storage volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API. -
Uses of DeleteVolumeRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type DeleteVolumeRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVolumeRequestMarshaller. marshall(DeleteVolumeRequest deleteVolumeRequest)
-