| 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 |
|---|---|
Future<ListAgentStatusesResult> |
AmazonConnectAsyncClient.listAgentStatusesAsync(ListAgentStatusesRequest request,
AsyncHandler<ListAgentStatusesRequest,ListAgentStatusesResult> asyncHandler) |
Future<ListAgentStatusesResult> |
AbstractAmazonConnectAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentStatusesRequest |
ListAgentStatusesRequest.clone() |
ListAgentStatusesRequest |
ListAgentStatusesRequest.withAgentStatusTypes(AgentStatusType... agentStatusTypes)
Available agent status types.
|
ListAgentStatusesRequest |
ListAgentStatusesRequest.withAgentStatusTypes(Collection<String> agentStatusTypes)
Available agent status types.
|
ListAgentStatusesRequest |
ListAgentStatusesRequest.withAgentStatusTypes(String... agentStatusTypes)
Available agent status types.
|
ListAgentStatusesRequest |
ListAgentStatusesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListAgentStatusesRequest |
ListAgentStatusesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListAgentStatusesRequest |
ListAgentStatusesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2023. All rights reserved.