| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPredefinedAttributesResult |
AmazonConnectClient.searchPredefinedAttributes(SearchPredefinedAttributesRequest request)
Predefined attributes that meet certain criteria.
|
SearchPredefinedAttributesResult |
AbstractAmazonConnect.searchPredefinedAttributes(SearchPredefinedAttributesRequest request) |
SearchPredefinedAttributesResult |
AmazonConnect.searchPredefinedAttributes(SearchPredefinedAttributesRequest searchPredefinedAttributesRequest)
Predefined attributes that meet certain criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchPredefinedAttributesResult> |
AmazonConnectAsyncClient.searchPredefinedAttributesAsync(SearchPredefinedAttributesRequest request,
AsyncHandler<SearchPredefinedAttributesRequest,SearchPredefinedAttributesResult> asyncHandler) |
Future<SearchPredefinedAttributesResult> |
AbstractAmazonConnectAsync.searchPredefinedAttributesAsync(SearchPredefinedAttributesRequest request,
AsyncHandler<SearchPredefinedAttributesRequest,SearchPredefinedAttributesResult> asyncHandler) |
Future<SearchPredefinedAttributesResult> |
AmazonConnectAsync.searchPredefinedAttributesAsync(SearchPredefinedAttributesRequest searchPredefinedAttributesRequest,
AsyncHandler<SearchPredefinedAttributesRequest,SearchPredefinedAttributesResult> asyncHandler)
Predefined attributes that meet certain criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.clone() |
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withApproximateTotalCount(Long approximateTotalCount)
The approximate number of predefined attributes which matched your search query.
|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withNextToken(String nextToken)
The token for the next set of results.
|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withPredefinedAttributes(Collection<PredefinedAttribute> predefinedAttributes)
Predefined attributes matched by the search criteria.
|
SearchPredefinedAttributesResult |
SearchPredefinedAttributesResult.withPredefinedAttributes(PredefinedAttribute... predefinedAttributes)
Predefined attributes matched by the search criteria.
|
Copyright © 2024. All rights reserved.