Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListVolumeRecoveryPointsResponse
-
Packages that use ListVolumeRecoveryPointsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ListVolumeRecoveryPointsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListVolumeRecoveryPointsResponse Modifier and Type Method Description default ListVolumeRecoveryPointsResponseStorageGatewayClient. listVolumeRecoveryPoints(Consumer<ListVolumeRecoveryPointsRequest.Builder> listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.default ListVolumeRecoveryPointsResponseStorageGatewayClient. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListVolumeRecoveryPointsResponse Modifier and Type Method Description default CompletableFuture<ListVolumeRecoveryPointsResponse>StorageGatewayAsyncClient. listVolumeRecoveryPoints(Consumer<ListVolumeRecoveryPointsRequest.Builder> listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.default CompletableFuture<ListVolumeRecoveryPointsResponse>StorageGatewayAsyncClient. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.
-