Uses of Class
software.amazon.awssdk.services.connect.model.AgentStatusType
-
Packages that use AgentStatusType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentStatusType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentStatusType Modifier and Type Method Description static AgentStatusTypeAgentStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AgentStatusTypeAgentStatus. type()The type of agent status.AgentStatusTypeAgentStatusSummary. type()The type of the agent status.static AgentStatusTypeAgentStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentStatusType[]AgentStatusType. 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 AgentStatusType Modifier and Type Method Description List<AgentStatusType>ListAgentStatusesRequest. agentStatusTypes()Available agent status types.static Set<AgentStatusType>AgentStatusType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentStatusType Modifier and Type Method Description ListAgentStatusesRequest.BuilderListAgentStatusesRequest.Builder. agentStatusTypes(AgentStatusType... agentStatusTypes)Available agent status types.AgentStatus.BuilderAgentStatus.Builder. type(AgentStatusType type)The type of agent status.AgentStatusSummary.BuilderAgentStatusSummary.Builder. type(AgentStatusType type)The type of the agent status.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentStatusType Modifier and Type Method Description ListAgentStatusesRequest.BuilderListAgentStatusesRequest.Builder. agentStatusTypes(Collection<AgentStatusType> agentStatusTypes)Available agent status types.
-