Uses of Class
software.amazon.awssdk.services.ecs.model.ContainerStateChange
-
Packages that use ContainerStateChange Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ContainerStateChange in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ContainerStateChange Modifier and Type Method Description List<ContainerStateChange>SubmitTaskStateChangeRequest. containers()Any containers that's associated with the state change request.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ContainerStateChange Modifier and Type Method Description SubmitTaskStateChangeRequest.BuilderSubmitTaskStateChangeRequest.Builder. containers(ContainerStateChange... containers)Any containers that's associated with the state change request.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ContainerStateChange Modifier and Type Method Description SubmitTaskStateChangeRequest.BuilderSubmitTaskStateChangeRequest.Builder. containers(Collection<ContainerStateChange> containers)Any containers that's associated with the state change request.
-