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