Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it
easy to run, stop, and manage Docker containers on a cluster.
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateServiceResult> |
AmazonECSAsyncClient.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AmazonECSAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
Modifies the parameters of a service.
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
UpdateServiceRequest.clone() |
UpdateServiceRequest |
UpdateServiceRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.
|
UpdateServiceRequest |
UpdateServiceRequest.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
and starting tasks.
|
UpdateServiceRequest |
UpdateServiceRequest.withDesiredCount(Integer desiredCount)
The number of instantiations of the task to place and keep running in your service.
|
UpdateServiceRequest |
UpdateServiceRequest.withForceNewDeployment(Boolean forceNewDeployment)
Whether to force a new deployment of the service.
|
UpdateServiceRequest |
UpdateServiceRequest.withHealthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load
Balancing target health checks after a task has first started.
|
UpdateServiceRequest |
UpdateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlatformVersion(String platformVersion)
The platform version on which your tasks in the service are running.
|
UpdateServiceRequest |
UpdateServiceRequest.withService(String service)
The name of the service to update.
|
UpdateServiceRequest |
UpdateServiceRequest.withTaskDefinition(String taskDefinition)
The
family and revision (family:revision ) or full ARN of the task
definition to run in your service. |
Copyright © 2018. All rights reserved.