| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant |
Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to
deliver superior customer service at a lower cost.
|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
default GetAttachmentResponse |
ConnectParticipantClient.getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)
Provides a pre-signed URL for download of a completed attachment.
|
default CompletableFuture<GetAttachmentResponse> |
ConnectParticipantAsyncClient.getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)
Provides a pre-signed URL for download of a completed attachment.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttachmentRequest.Builder |
GetAttachmentRequest.Builder.attachmentId(String attachmentId)
A unique identifier for the attachment.
|
static GetAttachmentRequest.Builder |
GetAttachmentRequest.builder() |
GetAttachmentRequest.Builder |
GetAttachmentRequest.Builder.connectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
GetAttachmentRequest.Builder |
GetAttachmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAttachmentRequest.Builder |
GetAttachmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAttachmentRequest.Builder |
GetAttachmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAttachmentRequest.Builder> |
GetAttachmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.