| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetFlowAssociationResult> |
AmazonConnectAsyncClient.batchGetFlowAssociationAsync(BatchGetFlowAssociationRequest request,
AsyncHandler<BatchGetFlowAssociationRequest,BatchGetFlowAssociationResult> asyncHandler) |
Future<BatchGetFlowAssociationResult> |
AbstractAmazonConnectAsync.batchGetFlowAssociationAsync(BatchGetFlowAssociationRequest request,
AsyncHandler<BatchGetFlowAssociationRequest,BatchGetFlowAssociationResult> asyncHandler) |
Future<BatchGetFlowAssociationResult> |
AmazonConnectAsync.batchGetFlowAssociationAsync(BatchGetFlowAssociationRequest batchGetFlowAssociationRequest,
AsyncHandler<BatchGetFlowAssociationRequest,BatchGetFlowAssociationResult> asyncHandler)
Retrieve the flow associations for the given resources.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.clone() |
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.withResourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.withResourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
BatchGetFlowAssociationRequest |
BatchGetFlowAssociationRequest.withResourceType(String resourceType)
The type of resource association.
|
Copyright © 2024. All rights reserved.