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

Packages that use ListVolumeRecoveryPointsRequest
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 ListVolumeRecoveryPointsRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type ListVolumeRecoveryPointsRequest
 ListVolumeRecoveryPointsResult AWSStorageGatewayClient.listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
           This operation lists the recovery points for a specified gateway.
 ListVolumeRecoveryPointsResult AWSStorageGateway.listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
           This operation lists the recovery points for a specified gateway.
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsyncClient.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
           This operation lists the recovery points for a specified gateway.
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsync.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
           This operation lists the recovery points for a specified gateway.
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsyncClient.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
           This operation lists the recovery points for a specified gateway.
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsync.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
           This operation lists the recovery points for a specified gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListVolumeRecoveryPointsRequest
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsyncClient.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
           This operation lists the recovery points for a specified gateway.
 Future<ListVolumeRecoveryPointsResult> AWSStorageGatewayAsync.listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
           This operation lists the recovery points for a specified gateway.
 

Uses of ListVolumeRecoveryPointsRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return ListVolumeRecoveryPointsRequest
 ListVolumeRecoveryPointsRequest ListVolumeRecoveryPointsRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.