| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchGetFlowAssociationResponse> |
ConnectAsyncClient.batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)
Retrieve the flow associations for the given resources.
|
default BatchGetFlowAssociationResponse |
ConnectClient.batchGetFlowAssociation(Consumer<BatchGetFlowAssociationRequest.Builder> batchGetFlowAssociationRequest)
Retrieve the flow associations for the given resources.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.builder() |
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.resourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.resourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.resourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.Builder.resourceType(String resourceType)
The type of resource association.
|
BatchGetFlowAssociationRequest.Builder |
BatchGetFlowAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetFlowAssociationRequest.Builder> |
BatchGetFlowAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.