Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model software.amazon.awssdk.services.route53recoverycontrolconfig.paginators -
-
Uses of Cluster in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return Cluster Modifier and Type Method Description ClusterCreateClusterResponse. cluster()The cluster that was created.ClusterDescribeClusterResponse. cluster()The cluster for the DescribeCluster request.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>ListClustersResponse. clusters()An array of the clusters in an account.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type Cluster Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)The cluster that was created.DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. cluster(Cluster cluster)The cluster for the DescribeCluster request.ListClustersResponse.BuilderListClustersResponse.Builder. clusters(Cluster... clusters)An array of the clusters in an account.Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type Cluster Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusters(Collection<Cluster> clusters)An array of the clusters in an account. -
Uses of Cluster in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators that return types with arguments of type Cluster Modifier and Type Method Description SdkIterable<Cluster>ListClustersIterable. clusters()Returns an iterable to iterate through the paginatedListClustersResponse.clusters()member.SdkPublisher<Cluster>ListClustersPublisher. clusters()Returns a publisher that can be used to get a stream of data.
-