| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchType |
LaunchType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LaunchType |
CreateServiceRequest.launchType()
The infrastructure that you run your service on.
|
LaunchType |
RunTaskRequest.launchType()
The infrastructure to run your standalone task on.
|
LaunchType |
Deployment.launchType()
The launch type the tasks in the service are using.
|
LaunchType |
Task.launchType()
The infrastructure where your task runs on.
|
LaunchType |
ListTasksRequest.launchType()
The launch type to use when filtering the
ListTasks results. |
LaunchType |
CreateTaskSetRequest.launchType()
The launch type that new tasks in the task set uses.
|
LaunchType |
Service.launchType()
The launch type the service is using.
|
LaunchType |
TaskSet.launchType()
The launch type the tasks in the task set are using.
|
LaunchType |
ListServicesRequest.launchType()
The launch type to use when filtering the
ListServices results. |
static LaunchType |
LaunchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchType[] |
LaunchType.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<LaunchType> |
LaunchType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.launchType(LaunchType launchType)
The infrastructure that you run your service on.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.launchType(LaunchType launchType)
The infrastructure to run your standalone task on.
|
Deployment.Builder |
Deployment.Builder.launchType(LaunchType launchType)
The launch type the tasks in the service are using.
|
Task.Builder |
Task.Builder.launchType(LaunchType launchType)
The infrastructure where your task runs on.
|
ListTasksRequest.Builder |
ListTasksRequest.Builder.launchType(LaunchType launchType)
The launch type to use when filtering the
ListTasks results. |
CreateTaskSetRequest.Builder |
CreateTaskSetRequest.Builder.launchType(LaunchType launchType)
The launch type that new tasks in the task set uses.
|
Service.Builder |
Service.Builder.launchType(LaunchType launchType)
The launch type the service is using.
|
TaskSet.Builder |
TaskSet.Builder.launchType(LaunchType launchType)
The launch type the tasks in the task set are using.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.launchType(LaunchType launchType)
The launch type to use when filtering the
ListServices results. |
Copyright © 2023. All rights reserved.