Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private Cluster |
DeleteClusterResult.cluster
The full description of the deleted cluster.
|
private Cluster |
CreateClusterResult.cluster
The full description of your new cluster.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Cluster> |
DescribeClustersResult.clusters
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
DeleteClusterResult.getCluster()
The full description of the deleted cluster.
|
Cluster |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
Cluster.withActiveServicesCount(java.lang.Integer activeServicesCount)
The number of services that are running on the cluster in an
ACTIVE state. |
Cluster |
Cluster.withClusterArn(java.lang.String clusterArn)
The Amazon Resource Name (ARN) that identifies the cluster.
|
Cluster |
Cluster.withClusterName(java.lang.String clusterName)
A user-generated string that you use to identify your cluster.
|
Cluster |
Cluster.withPendingTasksCount(java.lang.Integer pendingTasksCount)
The number of tasks in the cluster that are in the
PENDING
state. |
Cluster |
Cluster.withRegisteredContainerInstancesCount(java.lang.Integer registeredContainerInstancesCount)
The number of container instances registered into the cluster.
|
Cluster |
Cluster.withRunningTasksCount(java.lang.Integer runningTasksCount)
The number of tasks in the cluster that are in the
RUNNING
state. |
Cluster |
Cluster.withStatus(java.lang.String status)
The status of the cluster.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Cluster> |
DescribeClustersResult.getClusters()
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteClusterResult.setCluster(Cluster cluster)
The full description of the deleted cluster.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The full description of your new cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The full description of the deleted cluster.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The full description of your new cluster.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClustersResult.setClusters(java.util.Collection<Cluster> clusters)
The list of clusters.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(java.util.Collection<Cluster> clusters)
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterJsonMarshaller.marshall(Cluster cluster,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|