| 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<StopContactResponse> |
ConnectAsyncClient.stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)
Ends the specified contact.
|
default StopContactResponse |
ConnectClient.stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)
Ends the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
static StopContactRequest.Builder |
StopContactRequest.builder() |
StopContactRequest.Builder |
StopContactRequest.Builder.contactId(String contactId)
The ID of the contact.
|
StopContactRequest.Builder |
StopContactRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
StopContactRequest.Builder |
StopContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopContactRequest.Builder |
StopContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopContactRequest.Builder |
StopContactRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopContactRequest.Builder> |
StopContactRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.