Uses of Class
com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
Packages that use UpdateContainerAgentRequest
-
Uses of UpdateContainerAgentRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type UpdateContainerAgentRequestModifier and TypeMethodDescriptionAbstractAmazonECS.updateContainerAgent
(UpdateContainerAgentRequest request) AmazonECS.updateContainerAgent
(UpdateContainerAgentRequest updateContainerAgentRequest) Updates the Amazon ECS container agent on a specified container instance.AmazonECSClient.updateContainerAgent
(UpdateContainerAgentRequest updateContainerAgentRequest) Updates the Amazon ECS container agent on a specified container instance.AbstractAmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest request) AbstractAmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) AmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest updateContainerAgentRequest) Updates the Amazon ECS container agent on a specified container instance.AmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest updateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) Updates the Amazon ECS container agent on a specified container instance.AmazonECSAsyncClient.updateContainerAgentAsync
(UpdateContainerAgentRequest request) AmazonECSAsyncClient.updateContainerAgentAsync
(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type UpdateContainerAgentRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) AmazonECSAsync.updateContainerAgentAsync
(UpdateContainerAgentRequest updateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) Updates the Amazon ECS container agent on a specified container instance.AmazonECSAsyncClient.updateContainerAgentAsync
(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult> asyncHandler) -
Uses of UpdateContainerAgentRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UpdateContainerAgentRequestModifier and TypeMethodDescriptionUpdateContainerAgentRequest.clone()
UpdateContainerAgentRequest.withCluster
(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.UpdateContainerAgentRequest.withContainerInstance
(String containerInstance) The container instance ID or full Amazon Resource Name (ARN) entries for the container instance on which you would like to update the Amazon ECS container agent.