Uses of Class
com.amazonaws.services.ecs.model.Cluster
Packages that use Cluster
-
Uses of Cluster in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return ClusterModifier and TypeMethodDescriptionCluster.clone()
CreateClusterResult.getCluster()
The full description of your new cluster.DeleteClusterResult.getCluster()
The full description of the deleted cluster.Cluster.withActiveServicesCount
(Integer activeServicesCount) The number of services that are running on the cluster in anACTIVE
state.Cluster.withClusterArn
(String clusterArn) The Amazon Resource Name (ARN) that identifies the cluster.Cluster.withClusterName
(String clusterName) A user-generated string that you use to identify your cluster.Cluster.withPendingTasksCount
(Integer pendingTasksCount) The number of tasks in the cluster that are in thePENDING
state.Cluster.withRegisteredContainerInstancesCount
(Integer registeredContainerInstancesCount) The number of container instances registered into the cluster.Cluster.withRunningTasksCount
(Integer runningTasksCount) The number of tasks in the cluster that are in theRUNNING
state.Cluster.withStatus
(String status) The status of the cluster.Methods in com.amazonaws.services.ecs.model that return types with arguments of type ClusterMethods in com.amazonaws.services.ecs.model with parameters of type ClusterModifier and TypeMethodDescriptionvoid
CreateClusterResult.setCluster
(Cluster cluster) The full description of your new cluster.void
DeleteClusterResult.setCluster
(Cluster cluster) The full description of the deleted cluster.CreateClusterResult.withCluster
(Cluster cluster) The full description of your new cluster.DeleteClusterResult.withCluster
(Cluster cluster) The full description of the deleted cluster.DescribeClustersResult.withClusters
(Cluster... clusters) The list of clusters.Method parameters in com.amazonaws.services.ecs.model with type arguments of type ClusterModifier and TypeMethodDescriptionvoid
DescribeClustersResult.setClusters
(Collection<Cluster> clusters) The list of clusters.DescribeClustersResult.withClusters
(Collection<Cluster> clusters) The list of clusters.