Uses of Class
software.amazon.awssdk.services.ecs.model.UpdateContainerInstancesStateResponse
-
Packages that use UpdateContainerInstancesStateResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of UpdateContainerInstancesStateResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return UpdateContainerInstancesStateResponse Modifier and Type Method Description default UpdateContainerInstancesStateResponseEcsClient. updateContainerInstancesState(Consumer<UpdateContainerInstancesStateRequest.Builder> updateContainerInstancesStateRequest)Modifies the status of an Amazon ECS container instance.default UpdateContainerInstancesStateResponseEcsClient. updateContainerInstancesState(UpdateContainerInstancesStateRequest updateContainerInstancesStateRequest)Modifies the status of an Amazon ECS container instance.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type UpdateContainerInstancesStateResponse Modifier and Type Method Description default CompletableFuture<UpdateContainerInstancesStateResponse>EcsAsyncClient. updateContainerInstancesState(Consumer<UpdateContainerInstancesStateRequest.Builder> updateContainerInstancesStateRequest)Modifies the status of an Amazon ECS container instance.default CompletableFuture<UpdateContainerInstancesStateResponse>EcsAsyncClient. updateContainerInstancesState(UpdateContainerInstancesStateRequest updateContainerInstancesStateRequest)Modifies the status of an Amazon ECS container instance.
-