| 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 for services to list.
|
ListServicesRequest |
ListServicesRequest.withLaunchType(LaunchType launchType)
The launch type for the services to list.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLaunchType(LaunchType launchType)
The launch type that new tasks in the task set will use.
|
Service |
Service.withLaunchType(LaunchType launchType)
The launch type on which your service is running.
|
Task |
Task.withLaunchType(LaunchType launchType)
The launch type on which your task is running.
|
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.
|
CreateServiceRequest |
CreateServiceRequest.withLaunchType(LaunchType launchType)
The launch type on which to run your service.
|
RunTaskRequest |
RunTaskRequest.withLaunchType(LaunchType launchType)
The launch type on which to run your task.
|
ListTasksRequest |
ListTasksRequest.withLaunchType(LaunchType launchType)
The launch type for services to list.
|
Copyright © 2019. All rights reserved.