Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteSmsChannelRequest
-
Packages that use DeleteSmsChannelRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of DeleteSmsChannelRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type DeleteSmsChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteSmsChannelResponse>PinpointAsyncClient. deleteSmsChannel(DeleteSmsChannelRequest 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. -
Uses of DeleteSmsChannelRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type DeleteSmsChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSmsChannelRequestMarshaller. marshall(DeleteSmsChannelRequest deleteSmsChannelRequest)
-