Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateGcmChannelRequest
-
Packages that use UpdateGcmChannelRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of UpdateGcmChannelRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type UpdateGcmChannelRequest Modifier and Type Method Description 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.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. -
Uses of UpdateGcmChannelRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type UpdateGcmChannelRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGcmChannelRequestMarshaller. marshall(UpdateGcmChannelRequest updateGcmChannelRequest)
-