| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentStatusState |
AgentStatusState.fromValue(String value)
Use this in place of valueOf.
|
static AgentStatusState |
AgentStatusState.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAgentStatusRequest |
CreateAgentStatusRequest.withState(AgentStatusState state)
The state of the status.
|
UpdateAgentStatusRequest |
UpdateAgentStatusRequest.withState(AgentStatusState state)
The state of the agent status.
|
AgentStatus |
AgentStatus.withState(AgentStatusState state)
The state of the agent status.
|
Copyright © 2023. All rights reserved.