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

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

Methods in com.amazonaws.services.storagegateway that return ListVolumeRecoveryPointsResult
 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.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type ListVolumeRecoveryPointsResult
 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 ListVolumeRecoveryPointsResult
 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 ListVolumeRecoveryPointsResult in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return ListVolumeRecoveryPointsResult
 ListVolumeRecoveryPointsResult ListVolumeRecoveryPointsResult.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 ListVolumeRecoveryPointsResult ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
          Sets the value of the VolumeRecoveryPointInfos property for this object.
 ListVolumeRecoveryPointsResult ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
          Sets the value of the VolumeRecoveryPointInfos property for this object.
 



Copyright © 2016. All rights reserved.