Uses of Interface
software.amazon.awssdk.services.connect.model.CreateParticipantRequest.Builder
-
Packages that use CreateParticipantRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of CreateParticipantRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type CreateParticipantRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateParticipantResponse>ConnectAsyncClient. createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)Adds a new participant into an on-going chat contact.default CreateParticipantResponseConnectClient. createParticipant(Consumer<CreateParticipantRequest.Builder> createParticipantRequest)Adds a new participant into an on-going chat contact. -
Uses of CreateParticipantRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreateParticipantRequest.Builder Modifier and Type Method Description static CreateParticipantRequest.BuilderCreateParticipantRequest. builder()CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. contactId(String contactId)The identifier of the contact in this instance of Amazon Connect.CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. participantDetails(Consumer<ParticipantDetailsToAdd.Builder> participantDetails)Information identifying the participant.CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. participantDetails(ParticipantDetailsToAdd participantDetails)Information identifying the participant.CreateParticipantRequest.BuilderCreateParticipantRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreateParticipantRequest.Builder Modifier and Type Method Description static Class<? extends CreateParticipantRequest.Builder>CreateParticipantRequest. serializableBuilderClass()
-