| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the GCM channel applies to.
|
static GCMChannelResponse.Builder |
GCMChannelResponse.builder() |
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.creationDate(String creationDate)
The date and time when the GCM channel was enabled.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.credential(String credential)
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to
communicate with Google services.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.enabled(Boolean enabled)
Specifies whether the GCM channel is enabled for the application.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.id(String id)
(Deprecated) An identifier for the GCM channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.isArchived(Boolean isArchived)
Specifies whether the GCM channel is archived.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
The user who last modified the GCM channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date and time when the GCM channel was last modified.
|
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.platform(String platform)
The type of messaging or notification platform for the channel.
|
GCMChannelResponse.Builder |
GCMChannelResponse.toBuilder() |
GCMChannelResponse.Builder |
GCMChannelResponse.Builder.version(Integer version)
The current version of the GCM channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GCMChannelResponse.Builder> |
GCMChannelResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGcmChannelResponse.Builder |
UpdateGcmChannelResponse.Builder.gcmChannelResponse(Consumer<GCMChannelResponse.Builder> gcmChannelResponse)
Sets the value of the GCMChannelResponse property for this object.
|
default GetGcmChannelResponse.Builder |
GetGcmChannelResponse.Builder.gcmChannelResponse(Consumer<GCMChannelResponse.Builder> gcmChannelResponse)
Sets the value of the GCMChannelResponse property for this object.
|
default DeleteGcmChannelResponse.Builder |
DeleteGcmChannelResponse.Builder.gcmChannelResponse(Consumer<GCMChannelResponse.Builder> gcmChannelResponse)
Sets the value of the GCMChannelResponse property for this object.
|
Copyright © 2021. All rights reserved.