Uses of Class
software.amazon.awssdk.services.ecs.model.LaunchType
-
Packages that use LaunchType Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of LaunchType in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return LaunchType Modifier and Type Method Description static LaunchTypeLaunchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LaunchTypeCreateServiceRequest. launchType()The infrastructure that you run your service on.LaunchTypeCreateTaskSetRequest. launchType()The launch type that new tasks in the task set uses.LaunchTypeDeployment. launchType()The launch type the tasks in the service are using.LaunchTypeListServicesRequest. launchType()The launch type to use when filtering theListServicesresults.LaunchTypeListTasksRequest. launchType()The launch type to use when filtering theListTasksresults.LaunchTypeRunTaskRequest. launchType()The infrastructure to run your standalone task on.LaunchTypeService. launchType()The launch type the service is using.LaunchTypeTask. launchType()The infrastructure where your task runs on.LaunchTypeTaskSet. launchType()The launch type the tasks in the task set are using.static LaunchTypeLaunchType. 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.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type LaunchType Modifier and Type Method Description static Set<LaunchType>LaunchType. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type LaunchType Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. launchType(LaunchType launchType)The infrastructure that you run your service on.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. launchType(LaunchType launchType)The launch type that new tasks in the task set uses.Deployment.BuilderDeployment.Builder. launchType(LaunchType launchType)The launch type the tasks in the service are using.ListServicesRequest.BuilderListServicesRequest.Builder. launchType(LaunchType launchType)The launch type to use when filtering theListServicesresults.ListTasksRequest.BuilderListTasksRequest.Builder. launchType(LaunchType launchType)The launch type to use when filtering theListTasksresults.RunTaskRequest.BuilderRunTaskRequest.Builder. launchType(LaunchType launchType)The infrastructure to run your standalone task on.Service.BuilderService.Builder. launchType(LaunchType launchType)The launch type the service is using.Task.BuilderTask.Builder. launchType(LaunchType launchType)The infrastructure where your task runs on.TaskSet.BuilderTaskSet.Builder. launchType(LaunchType launchType)The launch type the tasks in the task set are using.
-