Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateVoiceChannelResponse
-
Packages that use UpdateVoiceChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateVoiceChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateVoiceChannelResponse Modifier and Type Method Description 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.default UpdateVoiceChannelResponsePinpointClient. updateVoiceChannel(UpdateVoiceChannelRequest updateVoiceChannelRequest)Enables the voice channel for an application or updates the status and settings of the voice channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateVoiceChannelResponse 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 CompletableFuture<UpdateVoiceChannelResponse>PinpointAsyncClient. updateVoiceChannel(UpdateVoiceChannelRequest updateVoiceChannelRequest)Enables the voice channel for an application or updates the status and settings of the voice channel for an application.
-