| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesResult |
AmazonConnectClient.listAgentStatuses(ListAgentStatusesRequest request)
This API is in preview release for Amazon Connect and is subject to change.
|
ListAgentStatusesResult |
AmazonConnect.listAgentStatuses(ListAgentStatusesRequest listAgentStatusesRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
ListAgentStatusesResult |
AbstractAmazonConnect.listAgentStatuses(ListAgentStatusesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentStatusesResult> |
AmazonConnectAsyncClient.listAgentStatusesAsync(ListAgentStatusesRequest request,
AsyncHandler<ListAgentStatusesRequest,ListAgentStatusesResult> asyncHandler) |
Future<ListAgentStatusesResult> |
AmazonConnectAsync.listAgentStatusesAsync(ListAgentStatusesRequest listAgentStatusesRequest,
AsyncHandler<ListAgentStatusesRequest,ListAgentStatusesResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListAgentStatusesResult> |
AbstractAmazonConnectAsync.listAgentStatusesAsync(ListAgentStatusesRequest request,
AsyncHandler<ListAgentStatusesRequest,ListAgentStatusesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesResult |
ListAgentStatusesResult.clone() |
ListAgentStatusesResult |
ListAgentStatusesResult.withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
ListAgentStatusesResult.withAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
ListAgentStatusesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
Copyright © 2024. All rights reserved.