Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GCMChannelRequest.Builder
-
Packages that use GCMChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of GCMChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GCMChannelRequest.Builder Modifier and Type Method Description GCMChannelRequest.BuilderGCMChannelRequest.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.BuilderGCMChannelRequest. builder()GCMChannelRequest.BuilderGCMChannelRequest.Builder. defaultAuthenticationMethod(String defaultAuthenticationMethod)The default authentication method used for GCM.GCMChannelRequest.BuilderGCMChannelRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the GCM channel for the application.GCMChannelRequest.BuilderGCMChannelRequest.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.BuilderGCMChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GCMChannelRequest.Builder Modifier and Type Method Description static Class<? extends GCMChannelRequest.Builder>GCMChannelRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type GCMChannelRequest.Builder Modifier and Type Method Description default UpdateGcmChannelRequest.BuilderUpdateGcmChannelRequest.Builder. gcmChannelRequest(Consumer<GCMChannelRequest.Builder> gcmChannelRequest)Sets the value of the GCMChannelRequest property for this object.
-