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 ListVolumeRecoveryPointsResultAbstractAWSStorageGateway. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest request)ListVolumeRecoveryPointsResultAWSStorageGateway. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.ListVolumeRecoveryPointsResultAWSStorageGatewayClient. 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 ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. clone()ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. withGatewayARN(String gatewayARN)ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)NOTE: This method appends the values to the existing list (if any).ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-