Uses of Class
software.amazon.awssdk.services.ecs.model.ClusterConfiguration
-
Packages that use ClusterConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ClusterConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ClusterConfiguration Modifier and Type Method Description ClusterConfigurationCluster. configuration()The execute command configuration for the cluster.ClusterConfigurationCreateClusterRequest. configuration()Theexecutecommand configuration for the cluster.ClusterConfigurationUpdateClusterRequest. configuration()The execute command configuration for the cluster.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ClusterConfiguration Modifier and Type Method Description Cluster.BuilderCluster.Builder. configuration(ClusterConfiguration configuration)The execute command configuration for the cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. configuration(ClusterConfiguration configuration)Theexecutecommand configuration for the cluster.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. configuration(ClusterConfiguration configuration)The execute command configuration for the cluster.
-