Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.ListClusterSnapshotsRequest.Builder
-
Packages that use ListClusterSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.model -
-
Uses of ListClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.docdbelastic
Method parameters in software.amazon.awssdk.services.docdbelastic with type arguments of type ListClusterSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListClusterSnapshotsResponse>DocDbElasticAsyncClient. listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsResponseDocDbElasticClient. listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsPublisherDocDbElasticAsyncClient. listClusterSnapshotsPaginator(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster.default ListClusterSnapshotsIterableDocDbElasticClient. listClusterSnapshotsPaginator(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)Returns information about Elastic DocumentDB snapshots for a specified cluster. -
Uses of ListClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return ListClusterSnapshotsRequest.Builder Modifier and Type Method Description static ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest. builder()ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest.Builder. clusterArn(String clusterArn)The arn of the Elastic DocumentDB cluster.ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest.Builder. maxResults(Integer maxResults)The maximum number of entries to recieve in the response.ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest.Builder. nextToken(String nextToken)The nextToken which is used the get the next page of data.ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListClusterSnapshotsRequest.BuilderListClusterSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ListClusterSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends ListClusterSnapshotsRequest.Builder>ListClusterSnapshotsRequest. serializableBuilderClass()
-