Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.ListRecoveryPointsRequest.Builder
-
Packages that use ListRecoveryPointsRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of ListRecoveryPointsRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type ListRecoveryPointsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsResponse>RedshiftServerlessAsyncClient. listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsResponseRedshiftServerlessClient. listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsPublisherRedshiftServerlessAsyncClient. listRecoveryPointsPaginator(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points.default ListRecoveryPointsIterableRedshiftServerlessClient. listRecoveryPointsPaginator(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)Returns an array of recovery points. -
Uses of ListRecoveryPointsRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return ListRecoveryPointsRequest.Builder Modifier and Type Method Description static ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest. builder()ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. endTime(Instant endTime)The time when creation of the recovery point finished.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. maxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. namespaceArn(String namespaceArn)The Amazon Resource Name (ARN) of the namespace from which to list recovery points.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. namespaceName(String namespaceName)The name of the namespace to list recovery points for.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. nextToken(String nextToken)If your initialListRecoveryPointsoperation returns anextToken, you can include the returnednextTokenin followingListRecoveryPointsoperations, which returns results in the next page.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest.Builder. startTime(Instant startTime)The time when the recovery point's creation was initiated.ListRecoveryPointsRequest.BuilderListRecoveryPointsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type ListRecoveryPointsRequest.Builder Modifier and Type Method Description static Class<? extends ListRecoveryPointsRequest.Builder>ListRecoveryPointsRequest. serializableBuilderClass()
-