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