Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteSmsChannelResponse
-
Packages that use DeleteSmsChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteSmsChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteSmsChannelResponse Modifier and Type Method Description default DeleteSmsChannelResponsePinpointClient. deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)Disables the SMS channel for an application and deletes any existing settings for the channel.default DeleteSmsChannelResponsePinpointClient. deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)Disables the SMS 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 DeleteSmsChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteSmsChannelResponse>PinpointAsyncClient. deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)Disables the SMS channel for an application and deletes any existing settings for the channel.default CompletableFuture<DeleteSmsChannelResponse>PinpointAsyncClient. deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)Disables the SMS channel for an application and deletes any existing settings for the channel.
-