Uses of Class
com.amazonaws.services.ecs.model.UpdateContainerAgentResult
-
Packages that use UpdateContainerAgentResult Package Description com.amazonaws.services.ecs com.amazonaws.services.ecs.model -
-
Uses of UpdateContainerAgentResult in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs that return UpdateContainerAgentResult Modifier and Type Method Description UpdateContainerAgentResultAbstractAmazonECS. updateContainerAgent(UpdateContainerAgentRequest request)UpdateContainerAgentResultAmazonECS. updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.UpdateContainerAgentResultAmazonECSClient. updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.Method parameters in com.amazonaws.services.ecs with type arguments of type UpdateContainerAgentResult Modifier and Type Method Description Future<UpdateContainerAgentResult>AbstractAmazonECSAsync. updateContainerAgentAsync(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)Future<UpdateContainerAgentResult>AmazonECSAsync. updateContainerAgentAsync(UpdateContainerAgentRequest updateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler)Updates the Amazon ECS container agent on a specified container instance.Future<UpdateContainerAgentResult>AmazonECSAsyncClient. updateContainerAgentAsync(UpdateContainerAgentRequest request, AsyncHandler<UpdateContainerAgentRequest,UpdateContainerAgentResult> asyncHandler) -
Uses of UpdateContainerAgentResult in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UpdateContainerAgentResult Modifier and Type Method Description UpdateContainerAgentResultUpdateContainerAgentResult. clone()UpdateContainerAgentResultUpdateContainerAgentResult. withContainerInstance(ContainerInstance containerInstance)
-