| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy 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<AssociateSecurityKeyResult> |
AmazonConnectAsync.associateSecurityKeyAsync(AssociateSecurityKeyRequest associateSecurityKeyRequest,
AsyncHandler<AssociateSecurityKeyRequest,AssociateSecurityKeyResult> asyncHandler)
Associates a security key to the instance.
|
Future<AssociateSecurityKeyResult> |
AmazonConnectAsyncClient.associateSecurityKeyAsync(AssociateSecurityKeyRequest request,
AsyncHandler<AssociateSecurityKeyRequest,AssociateSecurityKeyResult> asyncHandler) |
Future<AssociateSecurityKeyResult> |
AbstractAmazonConnectAsync.associateSecurityKeyAsync(AssociateSecurityKeyRequest request,
AsyncHandler<AssociateSecurityKeyRequest,AssociateSecurityKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateSecurityKeyRequest |
AssociateSecurityKeyRequest.clone() |
AssociateSecurityKeyRequest |
AssociateSecurityKeyRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateSecurityKeyRequest |
AssociateSecurityKeyRequest.withKey(String key)
A valid security key in PEM format.
|
Copyright © 2020. All rights reserved.