Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.SendEventRequest.Builder
-
Packages that use SendEventRequest.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 SendEventRequest.Builder in software.amazon.awssdk.services.connectparticipant
Method parameters in software.amazon.awssdk.services.connectparticipant with type arguments of type SendEventRequest.Builder Modifier and Type Method Description default CompletableFuture<SendEventResponse>ConnectParticipantAsyncClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event.default SendEventResponseConnectParticipantClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event. -
Uses of SendEventRequest.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return SendEventRequest.Builder Modifier and Type Method Description static SendEventRequest.BuilderSendEventRequest. builder()SendEventRequest.BuilderSendEventRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.SendEventRequest.BuilderSendEventRequest.Builder. connectionToken(String connectionToken)The authentication token associated with the participant's connection.SendEventRequest.BuilderSendEventRequest.Builder. content(String content)The content of the event to be sent (for example, message text).SendEventRequest.BuilderSendEventRequest.Builder. contentType(String contentType)The content type of the request.SendEventRequest.BuilderSendEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendEventRequest.BuilderSendEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendEventRequest.BuilderSendEventRequest. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type SendEventRequest.Builder Modifier and Type Method Description static Class<? extends SendEventRequest.Builder>SendEventRequest. serializableBuilderClass()
-