Uses of Interface
software.amazon.awssdk.services.pinpoint.model.VoiceChannelRequest.Builder
-
Packages that use VoiceChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of VoiceChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return VoiceChannelRequest.Builder Modifier and Type Method Description static VoiceChannelRequest.BuilderVoiceChannelRequest. builder()VoiceChannelRequest.BuilderVoiceChannelRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the voice channel for the application.VoiceChannelRequest.BuilderVoiceChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type VoiceChannelRequest.Builder Modifier and Type Method Description static Class<? extends VoiceChannelRequest.Builder>VoiceChannelRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type VoiceChannelRequest.Builder Modifier and Type Method Description default UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)Sets the value of the VoiceChannelRequest property for this object.
-