Uses of Class
com.amazonaws.services.ecs.model.UpdateServiceRequest
Packages that use UpdateServiceRequest
-
Uses of UpdateServiceRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type UpdateServiceRequestModifier and TypeMethodDescriptionAbstractAmazonECS.updateService(UpdateServiceRequest request) AmazonECS.updateService(UpdateServiceRequest updateServiceRequest) Modifies the desired count, deployment configuration, or task definition used in a service.AmazonECSClient.updateService(UpdateServiceRequest updateServiceRequest) Modifies the desired count, deployment configuration, or task definition used in a service.AbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request) AbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) AmazonECSAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest) Modifies the desired count, deployment configuration, or task definition used in a service.AmazonECSAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) Modifies the desired count, deployment configuration, or task definition used in a service.AmazonECSAsyncClient.updateServiceAsync(UpdateServiceRequest request) AmazonECSAsyncClient.updateServiceAsync(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type UpdateServiceRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.updateServiceAsync(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) AmazonECSAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) Modifies the desired count, deployment configuration, or task definition used in a service.AmazonECSAsyncClient.updateServiceAsync(UpdateServiceRequest request, AsyncHandler<UpdateServiceRequest, UpdateServiceResult> asyncHandler) -
Uses of UpdateServiceRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UpdateServiceRequestModifier and TypeMethodDescriptionUpdateServiceRequest.clone()UpdateServiceRequest.withCluster(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.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.withDesiredCount(Integer desiredCount) The number of instantiations of the task to place and keep running in your service.UpdateServiceRequest.withService(String service) The name of the service to update.UpdateServiceRequest.withTaskDefinition(String taskDefinition) Thefamilyandrevision(family:revision) or full Amazon Resource Name (ARN) of the task definition to run in your service.