Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EcsCluster> |
DescribeEcsClustersResult.ecsClusters
A list of
EcsCluster objects containing the cluster
descriptions. |
Modifier and Type | Method and Description |
---|---|
EcsCluster |
EcsCluster.clone() |
EcsCluster |
EcsCluster.withEcsClusterArn(java.lang.String ecsClusterArn)
The cluster's ARN.
|
EcsCluster |
EcsCluster.withEcsClusterName(java.lang.String ecsClusterName)
The cluster name.
|
EcsCluster |
EcsCluster.withRegisteredAt(java.lang.String registeredAt)
The time and date that the cluster was registered with the stack.
|
EcsCluster |
EcsCluster.withStackId(java.lang.String stackId)
The stack ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EcsCluster> ecsClusters)
A list of
EcsCluster objects containing the cluster
descriptions. |
DescribeEcsClustersResult |
DescribeEcsClustersResult.withEcsClusters(java.util.Collection<EcsCluster> ecsClusters)
A list of
EcsCluster objects containing the cluster
descriptions. |
Modifier and Type | Method and Description |
---|---|
EcsCluster |
EcsClusterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EcsClusterJsonMarshaller.marshall(EcsCluster ecsCluster,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|