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