Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.CreateVoiceProfileRequest.Builder
-
Packages that use CreateVoiceProfileRequest.Builder Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of CreateVoiceProfileRequest.Builder in software.amazon.awssdk.services.chimesdkvoice
Method parameters in software.amazon.awssdk.services.chimesdkvoice with type arguments of type CreateVoiceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateVoiceProfileResponse>ChimeSdkVoiceAsyncClient. createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print.default CreateVoiceProfileResponseChimeSdkVoiceClient. createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print. -
Uses of CreateVoiceProfileRequest.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return CreateVoiceProfileRequest.Builder Modifier and Type Method Description static CreateVoiceProfileRequest.BuilderCreateVoiceProfileRequest. builder()CreateVoiceProfileRequest.BuilderCreateVoiceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVoiceProfileRequest.BuilderCreateVoiceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVoiceProfileRequest.BuilderCreateVoiceProfileRequest.Builder. speakerSearchTaskId(String speakerSearchTaskId)The ID of the speaker search task.CreateVoiceProfileRequest.BuilderCreateVoiceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type CreateVoiceProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateVoiceProfileRequest.Builder>CreateVoiceProfileRequest. serializableBuilderClass()
-