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