| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentStatus |
AgentStatus.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AgentStatus |
AgentStatus.clearTagsEntries()
Removes all the entries added into Tags.
|
AgentStatus |
AgentStatus.clone() |
AgentStatus |
DescribeAgentStatusResult.getAgentStatus()
The agent status.
|
AgentStatus |
AgentStatus.withAgentStatusARN(String agentStatusARN)
The Amazon Resource Name (ARN) of the agent status.
|
AgentStatus |
AgentStatus.withAgentStatusId(String agentStatusId)
The identifier of the agent status.
|
AgentStatus |
AgentStatus.withDescription(String description)
The description of the agent status.
|
AgentStatus |
AgentStatus.withDisplayOrder(Integer displayOrder)
The display order of the agent status.
|
AgentStatus |
AgentStatus.withName(String name)
The name of the agent status.
|
AgentStatus |
AgentStatus.withState(AgentStatusState state)
The state of the agent status.
|
AgentStatus |
AgentStatus.withState(String state)
The state of the agent status.
|
AgentStatus |
AgentStatus.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
AgentStatus |
AgentStatus.withType(AgentStatusType type)
The type of agent status.
|
AgentStatus |
AgentStatus.withType(String type)
The type of agent status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAgentStatusResult.setAgentStatus(AgentStatus agentStatus)
The agent status.
|
DescribeAgentStatusResult |
DescribeAgentStatusResult.withAgentStatus(AgentStatus agentStatus)
The agent status.
|
Copyright © 2021. All rights reserved.