Package | Description |
---|---|
com.amazonaws.services.ecs |
Synchronous and asynchronous client classes for accessing AmazonECS.
|
com.amazonaws.services.ecs.model |
Classes modeling the various types represented by AmazonECS.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceResult |
AmazonECSClient.createService(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task
definition.
|
CreateServiceResult |
AmazonECS.createService(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task
definition.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the
idempotency of the request.
|
CreateServiceRequest |
CreateServiceRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that
you want to run your service on.
|
CreateServiceRequest |
CreateServiceRequest.withDesiredCount(Integer desiredCount)
The number of instantiations of the specified task definition that you
would like to place and keep running on your cluster.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of load balancer objects, containing the load balancer name,
the container name (as it appears in a container definition), and the
container port to access from the load balancer.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A list of load balancer objects, containing the load balancer name,
the container name (as it appears in a container definition), and the
container port to access from the load balancer.
|
CreateServiceRequest |
CreateServiceRequest.withRole(String role)
The name or full Amazon Resource Name (ARN) of the IAM role that
allows your Amazon ECS container agent to make calls to your load
balancer on your behalf.
|
CreateServiceRequest |
CreateServiceRequest.withServiceName(String serviceName)
The name of your service.
|
CreateServiceRequest |
CreateServiceRequest.withTaskDefinition(String taskDefinition)
The
family and revision
(family:revision ) or full Amazon Resource Name (ARN) of
the task definition that you want to run in your service. |
Copyright © 2015. All rights reserved.