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