| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateFlowResult> |
AmazonConnectAsyncClient.associateFlowAsync(AssociateFlowRequest request,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler) |
Future<AssociateFlowResult> |
AbstractAmazonConnectAsync.associateFlowAsync(AssociateFlowRequest request,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler) |
Future<AssociateFlowResult> |
AmazonConnectAsync.associateFlowAsync(AssociateFlowRequest associateFlowRequest,
AsyncHandler<AssociateFlowRequest,AssociateFlowResult> asyncHandler)
Associates a connect resource to a flow.
|
| 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.