Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteVoiceChannelResponse
-
Packages that use DeleteVoiceChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteVoiceChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteVoiceChannelResponse Modifier and Type Method Description default DeleteVoiceChannelResponsePinpointClient. deleteVoiceChannel(Consumer<DeleteVoiceChannelRequest.Builder> deleteVoiceChannelRequest)Disables the voice channel for an application and deletes any existing settings for the channel.default DeleteVoiceChannelResponsePinpointClient. deleteVoiceChannel(DeleteVoiceChannelRequest deleteVoiceChannelRequest)Disables the voice channel for an application and deletes any existing settings for the channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type DeleteVoiceChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteVoiceChannelResponse>PinpointAsyncClient. deleteVoiceChannel(Consumer<DeleteVoiceChannelRequest.Builder> deleteVoiceChannelRequest)Disables the voice channel for an application and deletes any existing settings for the channel.default CompletableFuture<DeleteVoiceChannelResponse>PinpointAsyncClient. deleteVoiceChannel(DeleteVoiceChannelRequest deleteVoiceChannelRequest)Disables the voice channel for an application and deletes any existing settings for the channel.
-