|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteVolumeResult | |
---|---|
com.amazonaws.services.storagegateway | Synchronous and asynchronous client classes for accessing AWSStorageGateway. |
com.amazonaws.services.storagegateway.model | Classes modeling the various types represented by AWSStorageGateway. |
Uses of DeleteVolumeResult in com.amazonaws.services.storagegateway |
---|
Methods in com.amazonaws.services.storagegateway that return DeleteVolumeResult | |
---|---|
DeleteVolumeResult |
AWSStorageGatewayClient.deleteVolume(DeleteVolumeRequest deleteVolumeRequest)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
DeleteVolumeResult |
AWSStorageGateway.deleteVolume(DeleteVolumeRequest deleteVolumeRequest)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Methods in com.amazonaws.services.storagegateway that return types with arguments of type DeleteVolumeResult | |
---|---|
Future<DeleteVolumeResult> |
AWSStorageGatewayAsyncClient.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Future<DeleteVolumeResult> |
AWSStorageGatewayAsync.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Future<DeleteVolumeResult> |
AWSStorageGatewayAsyncClient.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest,
AsyncHandler<DeleteVolumeRequest,DeleteVolumeResult> asyncHandler)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Future<DeleteVolumeResult> |
AWSStorageGatewayAsync.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest,
AsyncHandler<DeleteVolumeRequest,DeleteVolumeResult> asyncHandler)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Method parameters in com.amazonaws.services.storagegateway with type arguments of type DeleteVolumeResult | |
---|---|
Future<DeleteVolumeResult> |
AWSStorageGatewayAsyncClient.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest,
AsyncHandler<DeleteVolumeRequest,DeleteVolumeResult> asyncHandler)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Future<DeleteVolumeResult> |
AWSStorageGatewayAsync.deleteVolumeAsync(DeleteVolumeRequest deleteVolumeRequest,
AsyncHandler<DeleteVolumeRequest,DeleteVolumeResult> asyncHandler)
This operation delete the specified gateway volume that you previously created using the CreateStorediSCSIVolume API. |
Uses of DeleteVolumeResult in com.amazonaws.services.storagegateway.model |
---|
Methods in com.amazonaws.services.storagegateway.model that return DeleteVolumeResult | |
---|---|
DeleteVolumeResult |
DeleteVolumeResult.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume that was deleted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |