| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusSummary |
AgentStatusSummary.clone() |
AgentStatusSummary |
AgentStatusSummary.withArn(String arn)
The Amazon Resource Name (ARN) for the agent status.
|
AgentStatusSummary |
AgentStatusSummary.withId(String id)
The identifier for an agent status.
|
AgentStatusSummary |
AgentStatusSummary.withName(String name)
The name of the agent status.
|
AgentStatusSummary |
AgentStatusSummary.withType(AgentStatusType type)
The type of the agent status.
|
AgentStatusSummary |
AgentStatusSummary.withType(String type)
The type of the agent status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentStatusSummary> |
ListAgentStatusesResult.getAgentStatusSummaryList()
A summary of agent statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesResult |
ListAgentStatusesResult.withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentStatusesResult.setAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
ListAgentStatusesResult.withAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
Copyright © 2022. All rights reserved.