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