Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ClusterConfiguration |
ClusterConfiguration.clone() |
ClusterConfiguration |
UpdateClusterRequest.getConfiguration()
The execute command configuration for the cluster.
|
ClusterConfiguration |
CreateClusterRequest.getConfiguration()
The
execute command configuration for the cluster. |
ClusterConfiguration |
Cluster.getConfiguration()
The execute command configuration for the cluster.
|
ClusterConfiguration |
ClusterConfiguration.withExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateClusterRequest.setConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
void |
CreateClusterRequest.setConfiguration(ClusterConfiguration configuration)
The
execute command configuration for the cluster. |
void |
Cluster.setConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withConfiguration(ClusterConfiguration configuration)
The
execute command configuration for the cluster. |
Cluster |
Cluster.withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
Copyright © 2022. All rights reserved.