Uses of Class
com.amazonaws.services.opsworks.model.EcsCluster
-
Packages that use EcsCluster Package Description com.amazonaws.services.opsworks.model -
-
Uses of EcsCluster in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return EcsCluster Modifier and Type Method Description EcsClusterEcsCluster. clone()EcsClusterEcsCluster. withEcsClusterArn(String ecsClusterArn)The cluster's ARN.EcsClusterEcsCluster. withEcsClusterName(String ecsClusterName)The cluster name.EcsClusterEcsCluster. withRegisteredAt(String registeredAt)The time and date that the cluster was registered with the stack.EcsClusterEcsCluster. withStackId(String stackId)The stack ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type EcsCluster Modifier and Type Method Description List<EcsCluster>DescribeEcsClustersResult. getEcsClusters()A list ofEcsClusterobjects containing the cluster descriptions.Methods in com.amazonaws.services.opsworks.model with parameters of type EcsCluster Modifier and Type Method Description DescribeEcsClustersResultDescribeEcsClustersResult. withEcsClusters(EcsCluster... ecsClusters)A list ofEcsClusterobjects containing the cluster descriptions.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type EcsCluster Modifier and Type Method Description voidDescribeEcsClustersResult. setEcsClusters(Collection<EcsCluster> ecsClusters)A list ofEcsClusterobjects containing the cluster descriptions.DescribeEcsClustersResultDescribeEcsClustersResult. withEcsClusters(Collection<EcsCluster> ecsClusters)A list ofEcsClusterobjects containing the cluster descriptions.
-