Uses of Interface
software.amazon.awssdk.services.connect.model.CreatePersistentContactAssociationRequest.Builder
-
Packages that use CreatePersistentContactAssociationRequest.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 CreatePersistentContactAssociationRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type CreatePersistentContactAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePersistentContactAssociationResponse>ConnectAsyncClient. createPersistentContactAssociation(Consumer<CreatePersistentContactAssociationRequest.Builder> createPersistentContactAssociationRequest)Enables rehydration of chats for the lifespan of a contact.default CreatePersistentContactAssociationResponseConnectClient. createPersistentContactAssociation(Consumer<CreatePersistentContactAssociationRequest.Builder> createPersistentContactAssociationRequest)Enables rehydration of chats for the lifespan of a contact. -
Uses of CreatePersistentContactAssociationRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreatePersistentContactAssociationRequest.Builder Modifier and Type Method Description static CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest. builder()CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. initialContactId(String initialContactId)This is the contactId of the current contact that theCreatePersistentContactAssociationAPI is being called from.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. rehydrationType(String rehydrationType)The contactId chosen for rehydration depends on the type chosen.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. rehydrationType(RehydrationType rehydrationType)The contactId chosen for rehydration depends on the type chosen.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. sourceContactId(String sourceContactId)The contactId from which a persistent chat session must be started.CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreatePersistentContactAssociationRequest.Builder Modifier and Type Method Description static Class<? extends CreatePersistentContactAssociationRequest.Builder>CreatePersistentContactAssociationRequest. serializableBuilderClass()
-