Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
DeleteClusterResult.getCluster()
The full description of the deleted cluster.
|
Cluster |
UpdateClusterResult.getCluster()
Details about the cluster.
|
Cluster |
PutClusterCapacityProvidersResult.getCluster()
Details about the cluster.
|
Cluster |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
UpdateClusterSettingsResult.getCluster()
Details about the cluster
|
Cluster |
Cluster.withActiveServicesCount(Integer activeServicesCount)
The number of services that are running on the cluster in an
ACTIVE state. |
Cluster |
Cluster.withAttachments(Attachment... attachments)
The resources attached to a cluster.
|
Cluster |
Cluster.withAttachments(Collection<Attachment> attachments)
The resources attached to a cluster.
|
Cluster |
Cluster.withAttachmentsStatus(String attachmentsStatus)
The status of the capacity providers associated with the cluster.
|
Cluster |
Cluster.withCapacityProviders(Collection<String> capacityProviders)
The capacity providers associated with the cluster.
|
Cluster |
Cluster.withCapacityProviders(String... capacityProviders)
The capacity providers associated with the cluster.
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that identifies the cluster.
|
Cluster |
Cluster.withClusterName(String clusterName)
A user-generated string that you use to identify your cluster.
|
Cluster |
Cluster.withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
Cluster |
Cluster.withDefaultCapacityProviderStrategy(CapacityProviderStrategyItem... defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster.
|
Cluster |
Cluster.withDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster.
|
Cluster |
Cluster.withPendingTasksCount(Integer pendingTasksCount)
The number of tasks in the cluster that are in the
PENDING state. |
Cluster |
Cluster.withRegisteredContainerInstancesCount(Integer registeredContainerInstancesCount)
The number of container instances registered into the cluster.
|
Cluster |
Cluster.withRunningTasksCount(Integer runningTasksCount)
The number of tasks in the cluster that are in the
RUNNING state. |
Cluster |
Cluster.withSettings(ClusterSetting... settings)
The settings for the cluster.
|
Cluster |
Cluster.withSettings(Collection<ClusterSetting> settings)
The settings for the cluster.
|
Cluster |
Cluster.withStatistics(Collection<KeyValuePair> statistics)
Additional information about your clusters that are separated by launch type, including:
|
Cluster |
Cluster.withStatistics(KeyValuePair... statistics)
Additional information about your clusters that are separated by launch type, including:
|
Cluster |
Cluster.withStatus(String status)
The status of the cluster.
|
Cluster |
Cluster.withTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
Cluster |
Cluster.withTags(Tag... tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
Modifier and Type | Method and Description |
---|---|
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 |
UpdateClusterResult.setCluster(Cluster cluster)
Details about the cluster.
|
void |
PutClusterCapacityProvidersResult.setCluster(Cluster cluster)
Details about the cluster.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The full description of your new cluster.
|
void |
UpdateClusterSettingsResult.setCluster(Cluster cluster)
Details about the cluster
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The full description of the deleted cluster.
|
UpdateClusterResult |
UpdateClusterResult.withCluster(Cluster cluster)
Details about the cluster.
|
PutClusterCapacityProvidersResult |
PutClusterCapacityProvidersResult.withCluster(Cluster cluster)
Details about the cluster.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The full description of your new cluster.
|
UpdateClusterSettingsResult |
UpdateClusterSettingsResult.withCluster(Cluster cluster)
Details about the cluster
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
The list of clusters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClustersResult.setClusters(Collection<Cluster> clusters)
The list of clusters.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Collection<Cluster> clusters)
The list of clusters.
|
Copyright © 2021. All rights reserved.