Uses of Interface
software.amazon.awssdk.services.pinpoint.model.UpdateVoiceChannelRequest.Builder
-
Packages that use UpdateVoiceChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of UpdateVoiceChannelRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type UpdateVoiceChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateVoiceChannelResponse>PinpointAsyncClient. updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)Enables the voice channel for an application or updates the status and settings of the voice channel for an application.default UpdateVoiceChannelResponsePinpointClient. updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)Enables the voice channel for an application or updates the status and settings of the voice channel for an application. -
Uses of UpdateVoiceChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return UpdateVoiceChannelRequest.Builder Modifier and Type Method Description UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest. builder()UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest. toBuilder()default UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)Sets the value of the VoiceChannelRequest property for this object.UpdateVoiceChannelRequest.BuilderUpdateVoiceChannelRequest.Builder. voiceChannelRequest(VoiceChannelRequest voiceChannelRequest)Sets the value of the VoiceChannelRequest property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type UpdateVoiceChannelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateVoiceChannelRequest.Builder>UpdateVoiceChannelRequest. serializableBuilderClass()
-