Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.SendEventResponse.Builder
-
Packages that use SendEventResponse.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of SendEventResponse.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return SendEventResponse.Builder Modifier and Type Method Description SendEventResponse.BuilderSendEventResponse.Builder. absoluteTime(String absoluteTime)The time when the event was sent.static SendEventResponse.BuilderSendEventResponse. builder()SendEventResponse.BuilderSendEventResponse.Builder. id(String id)The ID of the response.SendEventResponse.BuilderSendEventResponse. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type SendEventResponse.Builder Modifier and Type Method Description static Class<? extends SendEventResponse.Builder>SendEventResponse. serializableBuilderClass()
-