Uses of Class
software.amazon.awssdk.services.ecs.model.ClusterField
-
Packages that use ClusterField Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ClusterField in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ClusterField Modifier and Type Method Description static ClusterFieldClusterField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterFieldClusterField. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterField[]ClusterField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ClusterField Modifier and Type Method Description List<ClusterField>DescribeClustersRequest. include()Determines whether to include additional information about the clusters in the response.static Set<ClusterField>ClusterField. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ClusterField Modifier and Type Method Description DescribeClustersRequest.BuilderDescribeClustersRequest.Builder. include(ClusterField... include)Determines whether to include additional information about the clusters in the response.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ClusterField Modifier and Type Method Description DescribeClustersRequest.BuilderDescribeClustersRequest.Builder. include(Collection<ClusterField> include)Determines whether to include additional information about the clusters in the response.
-