| 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<ListPredefinedAttributesResult> |
AmazonConnectAsyncClient.listPredefinedAttributesAsync(ListPredefinedAttributesRequest request,
AsyncHandler<ListPredefinedAttributesRequest,ListPredefinedAttributesResult> asyncHandler) |
Future<ListPredefinedAttributesResult> |
AmazonConnectAsync.listPredefinedAttributesAsync(ListPredefinedAttributesRequest listPredefinedAttributesRequest,
AsyncHandler<ListPredefinedAttributesRequest,ListPredefinedAttributesResult> asyncHandler)
Lists predefined attributes for the specified Amazon Connect instance.
|
Future<ListPredefinedAttributesResult> |
AbstractAmazonConnectAsync.listPredefinedAttributesAsync(ListPredefinedAttributesRequest request,
AsyncHandler<ListPredefinedAttributesRequest,ListPredefinedAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPredefinedAttributesRequest |
ListPredefinedAttributesRequest.clone() |
ListPredefinedAttributesRequest |
ListPredefinedAttributesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListPredefinedAttributesRequest |
ListPredefinedAttributesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPredefinedAttributesRequest |
ListPredefinedAttributesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2024. All rights reserved.