| 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<DisassociateFlowResult> |
AmazonConnectAsyncClient.disassociateFlowAsync(DisassociateFlowRequest request,
AsyncHandler<DisassociateFlowRequest,DisassociateFlowResult> asyncHandler) |
Future<DisassociateFlowResult> |
AmazonConnectAsync.disassociateFlowAsync(DisassociateFlowRequest disassociateFlowRequest,
AsyncHandler<DisassociateFlowRequest,DisassociateFlowResult> asyncHandler)
Disassociates a connect resource from a flow.
|
Future<DisassociateFlowResult> |
AbstractAmazonConnectAsync.disassociateFlowAsync(DisassociateFlowRequest request,
AsyncHandler<DisassociateFlowRequest,DisassociateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateFlowRequest |
DisassociateFlowRequest.clone() |
DisassociateFlowRequest |
DisassociateFlowRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateFlowRequest |
DisassociateFlowRequest.withResourceId(String resourceId)
The identifier of the resource.
|
DisassociateFlowRequest |
DisassociateFlowRequest.withResourceType(FlowAssociationResourceType resourceType)
A valid resource type.
|
DisassociateFlowRequest |
DisassociateFlowRequest.withResourceType(String resourceType)
A valid resource type.
|
Copyright © 2024. All rights reserved.