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