Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListRecoveryPointsResponse
-
Packages that use ListRecoveryPointsResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ListRecoveryPointsResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListRecoveryPointsResponse Modifier and Type Method Description default ListRecoveryPointsResponseRedshiftServerlessClient. listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsResponseRedshiftServerlessClient. listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)Returns an array of recovery points.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListRecoveryPointsResponse Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsResponse>RedshiftServerlessAsyncClient. listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points.default CompletableFuture<ListRecoveryPointsResponse>RedshiftServerlessAsyncClient. listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)Returns an array of recovery points. -
Uses of ListRecoveryPointsResponse in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ListRecoveryPointsResponse Modifier and Type Method Description Iterator<ListRecoveryPointsResponse>ListRecoveryPointsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftserverless.paginators with type arguments of type ListRecoveryPointsResponse Modifier and Type Method Description voidListRecoveryPointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsResponse> subscriber)
-