Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateEmailChannelResponse
-
Packages that use UpdateEmailChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateEmailChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateEmailChannelResponse Modifier and Type Method Description default UpdateEmailChannelResponsePinpointClient. updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application.default UpdateEmailChannelResponsePinpointClient. updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateEmailChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateEmailChannelResponse>PinpointAsyncClient. updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application.default CompletableFuture<UpdateEmailChannelResponse>PinpointAsyncClient. updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application.
-