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 ClusterCluster. clone()ClusterCreateClusterResult. getCluster()The full description of your new cluster.ClusterDeleteClusterResult. getCluster()The full description of the deleted cluster.ClusterCluster. withActiveServicesCount(Integer activeServicesCount)The number of services that are running on the cluster in anACTIVEstate.ClusterCluster. withClusterArn(String clusterArn)The Amazon Resource Name (ARN) that identifies the cluster.ClusterCluster. withClusterName(String clusterName)A user-generated string that you use to identify your cluster.ClusterCluster. withPendingTasksCount(Integer pendingTasksCount)The number of tasks in the cluster that are in thePENDINGstate.ClusterCluster. withRegisteredContainerInstancesCount(Integer registeredContainerInstancesCount)The number of container instances registered into the cluster.ClusterCluster. withRunningTasksCount(Integer runningTasksCount)The number of tasks in the cluster that are in theRUNNINGstate.ClusterCluster. 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 voidCreateClusterResult. setCluster(Cluster cluster)The full description of your new cluster.voidDeleteClusterResult. setCluster(Cluster cluster)The full description of the deleted cluster.CreateClusterResultCreateClusterResult. withCluster(Cluster cluster)The full description of your new cluster.DeleteClusterResultDeleteClusterResult. withCluster(Cluster cluster)The full description of the deleted cluster.DescribeClustersResultDescribeClustersResult. 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 voidDescribeClustersResult. setClusters(Collection<Cluster> clusters)The list of clusters.DescribeClustersResultDescribeClustersResult. withClusters(Collection<Cluster> clusters)The list of clusters.
-