| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GCMChannelRequest.Builder |
GCMChannelRequest.Builder.apiKey(String apiKey)
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to
communicate with Google services.
|
static GCMChannelRequest.Builder |
GCMChannelRequest.builder() |
GCMChannelRequest.Builder |
GCMChannelRequest.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for GCM.
|
GCMChannelRequest.Builder |
GCMChannelRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the GCM channel for the application.
|
GCMChannelRequest.Builder |
GCMChannelRequest.Builder.serviceJson(String serviceJson)
The contents of the JSON file provided by Google during registration in order to generate an access token for
authentication.
|
GCMChannelRequest.Builder |
GCMChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GCMChannelRequest.Builder> |
GCMChannelRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.gcmChannelRequest(Consumer<GCMChannelRequest.Builder> gcmChannelRequest)
Sets the value of the GCMChannelRequest property for this object.
|
Copyright © 2023. All rights reserved.