Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListRecoveryPointsRequest
-
Packages that use ListRecoveryPointsRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of ListRecoveryPointsRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type ListRecoveryPointsRequest Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsResponse>RedshiftServerlessAsyncClient. listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsResponseRedshiftServerlessClient. listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsPublisherRedshiftServerlessAsyncClient. listRecoveryPointsPaginator(ListRecoveryPointsRequest listRecoveryPointsRequest)default ListRecoveryPointsIterableRedshiftServerlessClient. listRecoveryPointsPaginator(ListRecoveryPointsRequest listRecoveryPointsRequest)This is a variant ofRedshiftServerlessClient.listRecoveryPoints(software.amazon.awssdk.services.redshiftserverless.model.ListRecoveryPointsRequest)operation. -
Uses of ListRecoveryPointsRequest in software.amazon.awssdk.services.redshiftserverless.paginators
Constructors in software.amazon.awssdk.services.redshiftserverless.paginators with parameters of type ListRecoveryPointsRequest Constructor Description ListRecoveryPointsIterable(RedshiftServerlessClient client, ListRecoveryPointsRequest firstRequest)ListRecoveryPointsPublisher(RedshiftServerlessAsyncClient client, ListRecoveryPointsRequest firstRequest) -
Uses of ListRecoveryPointsRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type ListRecoveryPointsRequest Modifier and Type Method Description SdkHttpFullRequestListRecoveryPointsRequestMarshaller. marshall(ListRecoveryPointsRequest listRecoveryPointsRequest)
-