| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
CreateClusterResult.getCluster()
The cluster that was created.
|
Cluster |
DescribeClusterResult.getCluster()
The cluster for the DescribeCluster request.
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
Cluster |
Cluster.withClusterEndpoints(ClusterEndpoint... clusterEndpoints)
Endpoints for a cluster.
|
Cluster |
Cluster.withClusterEndpoints(Collection<ClusterEndpoint> clusterEndpoints)
Endpoints for a cluster.
|
Cluster |
Cluster.withName(String name)
The name of the cluster.
|
Cluster |
Cluster.withOwner(String owner)
The Amazon Web Services account ID of the cluster owner.
|
Cluster |
Cluster.withStatus(Status status)
Deployment status of a resource.
|
Cluster |
Cluster.withStatus(String status)
Deployment status of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ListClustersResult.getClusters()
An array of the clusters in an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterResult.setCluster(Cluster cluster)
The cluster that was created.
|
void |
DescribeClusterResult.setCluster(Cluster cluster)
The cluster for the DescribeCluster request.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The cluster that was created.
|
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
The cluster for the DescribeCluster request.
|
ListClustersResult |
ListClustersResult.withClusters(Cluster... clusters)
An array of the clusters in an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersResult.setClusters(Collection<Cluster> clusters)
An array of the clusters in an account.
|
ListClustersResult |
ListClustersResult.withClusters(Collection<Cluster> clusters)
An array of the clusters in an account.
|
Copyright © 2024. All rights reserved.