Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ClusterInList
-
Packages that use ClusterInList Package Description software.amazon.awssdk.services.docdbelastic.model software.amazon.awssdk.services.docdbelastic.paginators -
-
Uses of ClusterInList in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ClusterInList Modifier and Type Method Description List<ClusterInList>ListClustersResponse. clusters()A list of Amazon DocumentDB elastic clusters.Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type ClusterInList Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusters(ClusterInList... clusters)A list of Amazon DocumentDB elastic clusters.Method parameters in software.amazon.awssdk.services.docdbelastic.model with type arguments of type ClusterInList Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusters(Collection<ClusterInList> clusters)A list of Amazon DocumentDB elastic clusters. -
Uses of ClusterInList in software.amazon.awssdk.services.docdbelastic.paginators
Methods in software.amazon.awssdk.services.docdbelastic.paginators that return types with arguments of type ClusterInList Modifier and Type Method Description SdkIterable<ClusterInList>ListClustersIterable. clusters()Returns an iterable to iterate through the paginatedListClustersResponse.clusters()member.SdkPublisher<ClusterInList>ListClustersPublisher. clusters()Returns a publisher that can be used to get a stream of data.
-