| 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<CreatePredefinedAttributeResult> |
AmazonConnectAsyncClient.createPredefinedAttributeAsync(CreatePredefinedAttributeRequest request,
AsyncHandler<CreatePredefinedAttributeRequest,CreatePredefinedAttributeResult> asyncHandler) |
Future<CreatePredefinedAttributeResult> |
AmazonConnectAsync.createPredefinedAttributeAsync(CreatePredefinedAttributeRequest createPredefinedAttributeRequest,
AsyncHandler<CreatePredefinedAttributeRequest,CreatePredefinedAttributeResult> asyncHandler)
Creates a new predefined attribute for the specified Amazon Connect instance.
|
Future<CreatePredefinedAttributeResult> |
AbstractAmazonConnectAsync.createPredefinedAttributeAsync(CreatePredefinedAttributeRequest request,
AsyncHandler<CreatePredefinedAttributeRequest,CreatePredefinedAttributeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePredefinedAttributeRequest |
CreatePredefinedAttributeRequest.clone() |
CreatePredefinedAttributeRequest |
CreatePredefinedAttributeRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreatePredefinedAttributeRequest |
CreatePredefinedAttributeRequest.withName(String name)
The name of the predefined attribute.
|
CreatePredefinedAttributeRequest |
CreatePredefinedAttributeRequest.withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
Copyright © 2024. All rights reserved.