Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetEmailChannelResponse
-
Packages that use GetEmailChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetEmailChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetEmailChannelResponse Modifier and Type Method Description default GetEmailChannelResponsePinpointClient. getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)Retrieves information about the status and settings of the email channel for an application.default GetEmailChannelResponsePinpointClient. getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)Retrieves information about 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 GetEmailChannelResponse Modifier and Type Method Description default CompletableFuture<GetEmailChannelResponse>PinpointAsyncClient. getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)Retrieves information about the status and settings of the email channel for an application.default CompletableFuture<GetEmailChannelResponse>PinpointAsyncClient. getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)Retrieves information about the status and settings of the email channel for an application.
-