Uses of Class
software.amazon.awssdk.services.ecs.model.UpdateContainerAgentResponse
-
Packages that use UpdateContainerAgentResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of UpdateContainerAgentResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return UpdateContainerAgentResponse Modifier and Type Method Description default UpdateContainerAgentResponseEcsClient. updateContainerAgent(Consumer<UpdateContainerAgentRequest.Builder> updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.default UpdateContainerAgentResponseEcsClient. updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type UpdateContainerAgentResponse Modifier and Type Method Description default CompletableFuture<UpdateContainerAgentResponse>EcsAsyncClient. updateContainerAgent(Consumer<UpdateContainerAgentRequest.Builder> updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.default CompletableFuture<UpdateContainerAgentResponse>EcsAsyncClient. updateContainerAgent(UpdateContainerAgentRequest updateContainerAgentRequest)Updates the Amazon ECS container agent on a specified container instance.
-