Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<EcsCluster> |
DescribeEcsClustersResult.getEcsClusters()
A list of
EcsCluster objects containing the cluster
descriptions. |
Modifier and Type | Method and Description |
---|---|
DescribeEcsClustersResult |
DescribeEcsClustersResult.withEcsClusters(EcsCluster... ecsClusters)
A list of
EcsCluster objects containing the cluster
descriptions. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeEcsClustersResult.setEcsClusters(Collection<EcsCluster> ecsClusters)
A list of
EcsCluster objects containing the cluster
descriptions. |
DescribeEcsClustersResult |
DescribeEcsClustersResult.withEcsClusters(Collection<EcsCluster> ecsClusters)
A list of
EcsCluster objects containing the cluster
descriptions. |
Copyright © 2018. All rights reserved.