Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTaskSetResult> |
AmazonECSAsyncClient.createTaskSetAsync(CreateTaskSetRequest request,
AsyncHandler<CreateTaskSetRequest,CreateTaskSetResult> asyncHandler) |
Future<CreateTaskSetResult> |
AbstractAmazonECSAsync.createTaskSetAsync(CreateTaskSetRequest request,
AsyncHandler<CreateTaskSetRequest,CreateTaskSetResult> asyncHandler) |
Future<CreateTaskSetResult> |
AmazonECSAsync.createTaskSetAsync(CreateTaskSetRequest createTaskSetRequest,
AsyncHandler<CreateTaskSetRequest,CreateTaskSetResult> asyncHandler)
Create a task set in the specified cluster and service.
|
Modifier and Type | Method and Description |
---|---|
CreateTaskSetRequest |
CreateTaskSetRequest.clone() |
CreateTaskSetRequest |
CreateTaskSetRequest.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to use for the task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set
in.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withExternalId(String externalId)
An optional non-unique tag that identifies this task set in external systems.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLaunchType(LaunchType launchType)
The launch type that new tasks in the task set will use.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLaunchType(String launchType)
The launch type that new tasks in the task set will use.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration) |
CreateTaskSetRequest |
CreateTaskSetRequest.withPlatformVersion(String platformVersion)
The platform version that the tasks in the task set should use.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withScale(Scale scale) |
CreateTaskSetRequest |
CreateTaskSetRequest.withService(String service)
The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withTags(Tag... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withTaskDefinition(String taskDefinition)
The task definition for the tasks in the task set to use.
|
Copyright © 2020. All rights reserved.