| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterInList |
ClusterInList.clone() |
ClusterInList |
ClusterInList.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterInList |
ClusterInList.withClusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
|
ClusterInList |
ClusterInList.withStatus(Status status)
The status of the Elastic DocumentDB cluster.
|
ClusterInList |
ClusterInList.withStatus(String status)
The status of the Elastic DocumentDB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterInList> |
ListClustersResult.getClusters()
A list of Elastic DocumentDB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersResult |
ListClustersResult.withClusters(ClusterInList... clusters)
A list of Elastic DocumentDB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersResult.setClusters(Collection<ClusterInList> clusters)
A list of Elastic DocumentDB cluster.
|
ListClustersResult |
ListClustersResult.withClusters(Collection<ClusterInList> clusters)
A list of Elastic DocumentDB cluster.
|
Copyright © 2023. All rights reserved.