| 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<AssociateFlowResult> |
AmazonConnectAsyncClient.associateFlowAsync(AssociateFlowRequest request,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler) |
Future<AssociateFlowResult> |
AmazonConnectAsync.associateFlowAsync(AssociateFlowRequest associateFlowRequest,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler)
Associates a connect resource to a flow.
|
Future<AssociateFlowResult> |
AbstractAmazonConnectAsync.associateFlowAsync(AssociateFlowRequest request,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateFlowRequest |
AssociateFlowRequest.clone() |
AssociateFlowRequest |
AssociateFlowRequest.withFlowId(String flowId)
The identifier of the flow.
|
AssociateFlowRequest |
AssociateFlowRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateFlowRequest |
AssociateFlowRequest.withResourceId(String resourceId)
The identifier of the resource.
|
AssociateFlowRequest |
AssociateFlowRequest.withResourceType(FlowAssociationResourceType resourceType)
A valid resource type.
|
AssociateFlowRequest |
AssociateFlowRequest.withResourceType(String resourceType)
A valid resource type.
|
Copyright © 2024. All rights reserved.