Uses of Class
software.amazon.awssdk.services.ecs.model.CapacityProviderField
-
Packages that use CapacityProviderField Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of CapacityProviderField in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return CapacityProviderField Modifier and Type Method Description static CapacityProviderFieldCapacityProviderField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapacityProviderFieldCapacityProviderField. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityProviderField[]CapacityProviderField. 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 CapacityProviderField Modifier and Type Method Description List<CapacityProviderField>DescribeCapacityProvidersRequest. include()Specifies whether or not you want to see the resource tags for the capacity provider.static Set<CapacityProviderField>CapacityProviderField. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type CapacityProviderField Modifier and Type Method Description DescribeCapacityProvidersRequest.BuilderDescribeCapacityProvidersRequest.Builder. include(CapacityProviderField... include)Specifies whether or not you want to see the resource tags for the capacity provider.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type CapacityProviderField Modifier and Type Method Description DescribeCapacityProvidersRequest.BuilderDescribeCapacityProvidersRequest.Builder. include(Collection<CapacityProviderField> include)Specifies whether or not you want to see the resource tags for the capacity provider.
-