Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateGcmChannelResponse
-
Packages that use UpdateGcmChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateGcmChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateGcmChannelResponse Modifier and Type Method Description default UpdateGcmChannelResponsePinpointClient. updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.default UpdateGcmChannelResponsePinpointClient. updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)Enables the GCM channel for an application or updates 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 UpdateGcmChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateGcmChannelResponse>PinpointAsyncClient. updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.default CompletableFuture<UpdateGcmChannelResponse>PinpointAsyncClient. updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.
-