| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static AgentStatusType |
AgentStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AgentStatusType |
AgentStatusSummary.type()
The type of the agent status.
|
AgentStatusType |
AgentStatus.type()
The type of agent status.
|
static AgentStatusType |
AgentStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentStatusType> |
ListAgentStatusesRequest.agentStatusTypes()
Available agent status types.
|
static Set<AgentStatusType> |
AgentStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesRequest.Builder |
ListAgentStatusesRequest.Builder.agentStatusTypes(AgentStatusType... agentStatusTypes)
Available agent status types.
|
AgentStatusSummary.Builder |
AgentStatusSummary.Builder.type(AgentStatusType type)
The type of the agent status.
|
AgentStatus.Builder |
AgentStatus.Builder.type(AgentStatusType type)
The type of agent status.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesRequest.Builder |
ListAgentStatusesRequest.Builder.agentStatusTypes(Collection<AgentStatusType> agentStatusTypes)
Available agent status types.
|
Copyright © 2022. All rights reserved.