Uses of Class
software.amazon.awssdk.services.connect.model.AgentStatusState
-
Packages that use AgentStatusState Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentStatusState in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentStatusState Modifier and Type Method Description static AgentStatusStateAgentStatusState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AgentStatusStateAgentStatus. state()The state of the agent status.AgentStatusStateCreateAgentStatusRequest. state()The state of the status.AgentStatusStateUpdateAgentStatusRequest. state()The state of the agent status.static AgentStatusStateAgentStatusState. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentStatusState[]AgentStatusState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentStatusState Modifier and Type Method Description static Set<AgentStatusState>AgentStatusState. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentStatusState Modifier and Type Method Description AgentStatus.BuilderAgentStatus.Builder. state(AgentStatusState state)The state of the agent status.CreateAgentStatusRequest.BuilderCreateAgentStatusRequest.Builder. state(AgentStatusState state)The state of the status.UpdateAgentStatusRequest.BuilderUpdateAgentStatusRequest.Builder. state(AgentStatusState state)The state of the agent status.
-