Uses of Class
software.amazon.awssdk.services.ecs.model.ResourceManagementType
-
Packages that use ResourceManagementType Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ResourceManagementType in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ResourceManagementType Modifier and Type Method Description static ResourceManagementTypeResourceManagementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceManagementTypeListServicesRequest. resourceManagementType()The resourceManagementType type to use when filtering theListServicesresults.ResourceManagementTypeService. resourceManagementType()Identifies whether an ECS Service is an Express Service managed by ECS, or managed by the customer.static ResourceManagementTypeResourceManagementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceManagementType[]ResourceManagementType. 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 ResourceManagementType Modifier and Type Method Description static Set<ResourceManagementType>ResourceManagementType. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ResourceManagementType Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. resourceManagementType(ResourceManagementType resourceManagementType)The resourceManagementType type to use when filtering theListServicesresults.Service.BuilderService.Builder. resourceManagementType(ResourceManagementType resourceManagementType)Identifies whether an ECS Service is an Express Service managed by ECS, or managed by the customer.
-