Uses of Class
com.amazonaws.services.ecs.model.Cluster
-
Packages that use Cluster Package Description com.amazonaws.services.ecs.model -
-
Uses of Cluster in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Cluster Modifier and Type Method Description Cluster
Cluster. clone()
Cluster
CreateClusterResult. getCluster()
The full description of your new cluster.Cluster
DeleteClusterResult. getCluster()
The full description of the deleted cluster.Cluster
Cluster. withActiveServicesCount(Integer activeServicesCount)
The number of services that are running on the cluster in anACTIVE
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 thePENDING
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 theRUNNING
state.Cluster
Cluster. withStatus(String status)
The status of the cluster.Methods in com.amazonaws.services.ecs.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>
DescribeClustersResult. getClusters()
The list of clusters.Methods in com.amazonaws.services.ecs.model with parameters of type Cluster Modifier and Type Method Description void
CreateClusterResult. setCluster(Cluster cluster)
The full description of your new cluster.void
DeleteClusterResult. setCluster(Cluster cluster)
The full description of the deleted cluster.CreateClusterResult
CreateClusterResult. withCluster(Cluster cluster)
The full description of your new cluster.DeleteClusterResult
DeleteClusterResult. withCluster(Cluster cluster)
The full description of the deleted cluster.DescribeClustersResult
DescribeClustersResult. withClusters(Cluster... clusters)
The list of clusters.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Cluster Modifier and Type Method Description void
DescribeClustersResult. setClusters(Collection<Cluster> clusters)
The list of clusters.DescribeClustersResult
DescribeClustersResult. withClusters(Collection<Cluster> clusters)
The list of clusters.
-