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