Uses of Class
com.amazonaws.services.storagegateway.model.ListVolumeRecoveryPointsResult
-
Packages that use ListVolumeRecoveryPointsResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of ListVolumeRecoveryPointsResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return ListVolumeRecoveryPointsResult Modifier and Type Method Description ListVolumeRecoveryPointsResult
AbstractAWSStorageGateway. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest request)
ListVolumeRecoveryPointsResult
AWSStorageGateway. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
Lists the recovery points for a specified gateway.ListVolumeRecoveryPointsResult
AWSStorageGatewayClient. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
Lists the recovery points for a specified gateway.Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListVolumeRecoveryPointsResult Modifier and Type Method Description Future<ListVolumeRecoveryPointsResult>
AbstractAWSStorageGatewayAsync. listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest request, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
Future<ListVolumeRecoveryPointsResult>
AWSStorageGatewayAsync. listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
Lists the recovery points for a specified gateway.Future<ListVolumeRecoveryPointsResult>
AWSStorageGatewayAsyncClient. listVolumeRecoveryPointsAsync(ListVolumeRecoveryPointsRequest request, AsyncHandler<ListVolumeRecoveryPointsRequest,ListVolumeRecoveryPointsResult> asyncHandler)
-
Uses of ListVolumeRecoveryPointsResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ListVolumeRecoveryPointsResult Modifier and Type Method Description ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. clone()
ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. withGatewayARN(String gatewayARN)
ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if any).ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-