Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.GetAttachmentRequest.Builder
-
Packages that use GetAttachmentRequest.Builder 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 -
-
Uses of GetAttachmentRequest.Builder in software.amazon.awssdk.services.connectparticipant
Method parameters in software.amazon.awssdk.services.connectparticipant with type arguments of type GetAttachmentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAttachmentResponse>ConnectParticipantAsyncClient. getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment.default GetAttachmentResponseConnectParticipantClient. getAttachment(Consumer<GetAttachmentRequest.Builder> getAttachmentRequest)Provides a pre-signed URL for download of a completed attachment. -
Uses of GetAttachmentRequest.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return GetAttachmentRequest.Builder Modifier and Type Method Description GetAttachmentRequest.BuilderGetAttachmentRequest.Builder. attachmentId(String attachmentId)A unique identifier for the attachment.static GetAttachmentRequest.BuilderGetAttachmentRequest. builder()GetAttachmentRequest.BuilderGetAttachmentRequest.Builder. connectionToken(String connectionToken)The authentication token associated with the participant's connection.GetAttachmentRequest.BuilderGetAttachmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttachmentRequest.BuilderGetAttachmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttachmentRequest.BuilderGetAttachmentRequest. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type GetAttachmentRequest.Builder Modifier and Type Method Description static Class<? extends GetAttachmentRequest.Builder>GetAttachmentRequest. serializableBuilderClass()
-