| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static LaunchType |
LaunchType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListTasksRequest.setLaunchType(LaunchType launchType)
The launch type to use when filtering the
ListTasks results. |
RunTaskRequest |
RunTaskRequest.withLaunchType(LaunchType launchType)
The infrastructure to run your standalone task on.
|
ListServicesRequest |
ListServicesRequest.withLaunchType(LaunchType launchType)
The launch type to use when filtering the
ListServices results. |
CreateServiceRequest |
CreateServiceRequest.withLaunchType(LaunchType launchType)
The infrastructure that you run your service on.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLaunchType(LaunchType launchType)
The launch type that new tasks in the task set uses.
|
ListTasksRequest |
ListTasksRequest.withLaunchType(LaunchType launchType)
The launch type to use when filtering the
ListTasks results. |
Task |
Task.withLaunchType(LaunchType launchType)
The infrastructure where your task runs on.
|
Deployment |
Deployment.withLaunchType(LaunchType launchType)
The launch type the tasks in the service are using.
|
TaskSet |
TaskSet.withLaunchType(LaunchType launchType)
The launch type the tasks in the task set are using.
|
Service |
Service.withLaunchType(LaunchType launchType)
The launch type the service is using.
|
Copyright © 2023. All rights reserved.