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 EcsCluster
EcsCluster. clone()
EcsCluster
EcsCluster. withEcsClusterArn(String ecsClusterArn)
The cluster's ARN.EcsCluster
EcsCluster. withEcsClusterName(String ecsClusterName)
The cluster name.EcsCluster
EcsCluster. withRegisteredAt(String registeredAt)
The time and date that the cluster was registered with the stack.EcsCluster
EcsCluster. 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 ofEcsCluster
objects containing the cluster descriptions.Methods in com.amazonaws.services.opsworks.model with parameters of type EcsCluster Modifier and Type Method Description DescribeEcsClustersResult
DescribeEcsClustersResult. withEcsClusters(EcsCluster... ecsClusters)
A list ofEcsCluster
objects containing the cluster descriptions.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type EcsCluster Modifier and Type Method Description void
DescribeEcsClustersResult. setEcsClusters(Collection<EcsCluster> ecsClusters)
A list ofEcsCluster
objects containing the cluster descriptions.DescribeEcsClustersResult
DescribeEcsClustersResult. withEcsClusters(Collection<EcsCluster> ecsClusters)
A list ofEcsCluster
objects containing the cluster descriptions.
-