Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceProfileRequest.Builder
-
Packages that use GetVoiceProfileRequest.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 GetVoiceProfileRequest.Builder in software.amazon.awssdk.services.chimesdkvoice
Method parameters in software.amazon.awssdk.services.chimesdkvoice with type arguments of type GetVoiceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<GetVoiceProfileResponse>ChimeSdkVoiceAsyncClient. getVoiceProfile(Consumer<GetVoiceProfileRequest.Builder> getVoiceProfileRequest)Retrieves the details of the specified voice profile.default GetVoiceProfileResponseChimeSdkVoiceClient. getVoiceProfile(Consumer<GetVoiceProfileRequest.Builder> getVoiceProfileRequest)Retrieves the details of the specified voice profile. -
Uses of GetVoiceProfileRequest.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return GetVoiceProfileRequest.Builder Modifier and Type Method Description static GetVoiceProfileRequest.BuilderGetVoiceProfileRequest. builder()GetVoiceProfileRequest.BuilderGetVoiceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVoiceProfileRequest.BuilderGetVoiceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVoiceProfileRequest.BuilderGetVoiceProfileRequest. toBuilder()GetVoiceProfileRequest.BuilderGetVoiceProfileRequest.Builder. voiceProfileId(String voiceProfileId)The voice profile ID.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type GetVoiceProfileRequest.Builder Modifier and Type Method Description static Class<? extends GetVoiceProfileRequest.Builder>GetVoiceProfileRequest. serializableBuilderClass()
-