Uses of Class
software.amazon.awssdk.services.connect.model.CreateParticipantRequest
-
Packages that use CreateParticipantRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of CreateParticipantRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type CreateParticipantRequest Modifier and Type Method Description default CompletableFuture<CreateParticipantResponse>ConnectAsyncClient. createParticipant(CreateParticipantRequest createParticipantRequest)Adds a new participant into an on-going chat contact.default CreateParticipantResponseConnectClient. createParticipant(CreateParticipantRequest createParticipantRequest)Adds a new participant into an on-going chat contact. -
Uses of CreateParticipantRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type CreateParticipantRequest Modifier and Type Method Description SdkHttpFullRequestCreateParticipantRequestMarshaller. marshall(CreateParticipantRequest createParticipantRequest)
-