| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
The Amazon Connect API Reference provides descriptions, syntax, and usage examples for each of the Amazon Connect
actions, data types, parameters, and errors.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default StopContactResponse |
ConnectClient.stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)
Ends the contact initiated by the
StartOutboundVoiceContact operation. |
default CompletableFuture<StopContactResponse> |
ConnectAsyncClient.stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)
Ends the contact initiated by the
StartOutboundVoiceContact operation. |
| Modifier and Type | Method and Description |
|---|---|
static StopContactRequest.Builder |
StopContactRequest.builder() |
StopContactRequest.Builder |
StopContactRequest.Builder.contactId(String contactId)
The unique identifier of the contact to end.
|
StopContactRequest.Builder |
StopContactRequest.Builder.instanceId(String instanceId)
The identifier for your 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 © 2019. All rights reserved.