Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateServiceResult> |
AbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AmazonECSAsyncClient.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.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 runs 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.withEnableECSManagedTags(Boolean enableECSManagedTags)
Determines whether to turn on Amazon ECS managed tags for the tasks in the service.
|
UpdateServiceRequest |
UpdateServiceRequest.withEnableExecuteCommand(Boolean enableExecuteCommand)
If
true , this enables execute command functionality on all task containers. |
UpdateServiceRequest |
UpdateServiceRequest.withForceNewDeployment(Boolean forceNewDeployment)
Determines 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 ignores unhealthy Elastic Load Balancing
target health checks after a task has first started.
|
UpdateServiceRequest |
UpdateServiceRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest |
UpdateServiceRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest |
UpdateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
An object representing the network configuration for the service.
|
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 that your tasks in the service run on.
|
UpdateServiceRequest |
UpdateServiceRequest.withPropagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
UpdateServiceRequest |
UpdateServiceRequest.withPropagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
UpdateServiceRequest |
UpdateServiceRequest.withService(String service)
The name of the service to update.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)
The configuration for this service to discover and connect to services, and be discovered by, and connected from,
other services within a namespace.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
UpdateServiceRequest |
UpdateServiceRequest.withTaskDefinition(String taskDefinition)
The
family and revision (family:revision ) or full ARN of the task
definition to run in your service. |
UpdateServiceRequest |
UpdateServiceRequest.withVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
UpdateServiceRequest |
UpdateServiceRequest.withVolumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
Copyright © 2024. All rights reserved.