Uses of Class
software.amazon.awssdk.services.ecs.model.AgentUpdateStatus
-
Packages that use AgentUpdateStatus Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of AgentUpdateStatus in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return AgentUpdateStatus Modifier and Type Method Description AgentUpdateStatusContainerInstance. agentUpdateStatus()The status of the most recent agent update.static AgentUpdateStatusAgentUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentUpdateStatusAgentUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentUpdateStatus[]AgentUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type AgentUpdateStatus Modifier and Type Method Description static Set<AgentUpdateStatus>AgentUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type AgentUpdateStatus Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.Builder. agentUpdateStatus(AgentUpdateStatus agentUpdateStatus)The status of the most recent agent update.
-