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