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