| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static SchedulingStrategy |
SchedulingStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SchedulingStrategy |
CreateServiceRequest.schedulingStrategy()
The scheduling strategy to use for the service.
|
SchedulingStrategy |
Service.schedulingStrategy()
The scheduling strategy to use for the service.
|
SchedulingStrategy |
ListServicesRequest.schedulingStrategy()
The scheduling strategy to use when filtering the
ListServices results. |
static SchedulingStrategy |
SchedulingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingStrategy[] |
SchedulingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SchedulingStrategy> |
SchedulingStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.schedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service.
|
Service.Builder |
Service.Builder.schedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.schedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use when filtering the
ListServices results. |
Copyright © 2022. All rights reserved.