Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetAdmChannelResponse
-
Packages that use GetAdmChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetAdmChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetAdmChannelResponse Modifier and Type Method Description default GetAdmChannelResponsePinpointClient. getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)Retrieves information about the status and settings of the ADM channel for an application.default GetAdmChannelResponsePinpointClient. getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)Retrieves information about the status and settings of the ADM channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetAdmChannelResponse Modifier and Type Method Description default CompletableFuture<GetAdmChannelResponse>PinpointAsyncClient. getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)Retrieves information about the status and settings of the ADM channel for an application.default CompletableFuture<GetAdmChannelResponse>PinpointAsyncClient. getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)Retrieves information about the status and settings of the ADM channel for an application.
-