Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ClusterEndpoint
-
Packages that use ClusterEndpoint Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of ClusterEndpoint in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type ClusterEndpoint Modifier and Type Method Description List<ClusterEndpoint>Cluster. clusterEndpoints()Endpoints for a cluster.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type ClusterEndpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterEndpoints(ClusterEndpoint... clusterEndpoints)Endpoints for a cluster.Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type ClusterEndpoint Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterEndpoints(Collection<ClusterEndpoint> clusterEndpoints)Endpoints for a cluster.
-