Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateServiceResult> |
AmazonECSAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
|
Future<UpdateServiceResult> |
AbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AmazonECSAsyncClient.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
UpdateServiceRequest.clone() |
UpdateServiceRequest |
UpdateServiceRequest.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to update the service to use.
|
UpdateServiceRequest |
UpdateServiceRequest.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to update the service to use.
|
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.withEnableExecuteCommand(Boolean enableExecuteCommand)
If
true , this enables execute command functionality on all task containers. |
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) |
UpdateServiceRequest |
UpdateServiceRequest.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of task placement constraint objects to update the service to use.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of task placement constraint objects to update the service to use.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy objects to update the service to use.
|
UpdateServiceRequest |
UpdateServiceRequest.withPlacementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy objects to update the service to use.
|
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 © 2021. All rights reserved.