Uses of Class
com.amazonaws.services.storagegateway.model.DeleteVolumeResult

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.
 



Copyright © 2016. All rights reserved.