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