Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
DeleteClusterResult.getCluster()
The full description of the deleted cluster.
|
Cluster |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
Cluster.withActiveServicesCount(Integer activeServicesCount)
The number of services that are running on the cluster in an
ACTIVE state. |
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that identifies the cluster.
|
Cluster |
Cluster.withClusterName(String clusterName)
A user-generated string that you use to identify your cluster.
|
Cluster |
Cluster.withPendingTasksCount(Integer pendingTasksCount)
The number of tasks in the cluster that are in the
PENDING
state. |
Cluster |
Cluster.withRegisteredContainerInstancesCount(Integer registeredContainerInstancesCount)
The number of container instances registered into the cluster.
|
Cluster |
Cluster.withRunningTasksCount(Integer runningTasksCount)
The number of tasks in the cluster that are in the
RUNNING
state. |
Cluster |
Cluster.withStatus(String status)
The status of the cluster.
|
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
DescribeClustersResult.getClusters()
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteClusterResult.setCluster(Cluster cluster)
The full description of the deleted cluster.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The full description of your new cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The full description of the deleted cluster.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The full description of your new cluster.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClustersResult.setClusters(Collection<Cluster> clusters)
The list of clusters.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Collection<Cluster> clusters)
The list of clusters.
|
Copyright © 2018. All rights reserved.