| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ListPredefinedAttributesResult |
AmazonConnectClient.listPredefinedAttributes(ListPredefinedAttributesRequest request)
Lists predefined attributes for the specified Amazon Connect instance.
|
ListPredefinedAttributesResult |
AbstractAmazonConnect.listPredefinedAttributes(ListPredefinedAttributesRequest request) |
ListPredefinedAttributesResult |
AmazonConnect.listPredefinedAttributes(ListPredefinedAttributesRequest listPredefinedAttributesRequest)
Lists predefined attributes for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPredefinedAttributesResult> |
AmazonConnectAsyncClient.listPredefinedAttributesAsync(ListPredefinedAttributesRequest request,
AsyncHandler<ListPredefinedAttributesRequest,ListPredefinedAttributesResult> asyncHandler) |
Future<ListPredefinedAttributesResult> |
AbstractAmazonConnectAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListPredefinedAttributesResult |
ListPredefinedAttributesResult.clone() |
ListPredefinedAttributesResult |
ListPredefinedAttributesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPredefinedAttributesResult |
ListPredefinedAttributesResult.withPredefinedAttributeSummaryList(Collection<PredefinedAttributeSummary> predefinedAttributeSummaryList)
Summary of the predefined attributes.
|
ListPredefinedAttributesResult |
ListPredefinedAttributesResult.withPredefinedAttributeSummaryList(PredefinedAttributeSummary... predefinedAttributeSummaryList)
Summary of the predefined attributes.
|
Copyright © 2024. All rights reserved.