| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
GCMChannelResponse |
GCMChannelResponse.clone() |
GCMChannelResponse |
UpdateGcmChannelResult.getGCMChannelResponse() |
GCMChannelResponse |
GetGcmChannelResult.getGCMChannelResponse() |
GCMChannelResponse |
DeleteGcmChannelResult.getGCMChannelResponse() |
GCMChannelResponse |
GCMChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application that the GCM channel applies to.
|
GCMChannelResponse |
GCMChannelResponse.withCreationDate(String creationDate)
The date and time when the GCM channel was enabled.
|
GCMChannelResponse |
GCMChannelResponse.withCredential(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 |
GCMChannelResponse.withEnabled(Boolean enabled)
Specifies whether the GCM channel is enabled for the application.
|
GCMChannelResponse |
GCMChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
GCMChannelResponse |
GCMChannelResponse.withId(String id)
(Deprecated) An identifier for the GCM channel.
|
GCMChannelResponse |
GCMChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the GCM channel is archived.
|
GCMChannelResponse |
GCMChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the GCM channel.
|
GCMChannelResponse |
GCMChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time when the GCM channel was last modified.
|
GCMChannelResponse |
GCMChannelResponse.withPlatform(String platform)
The type of messaging or notification platform for the channel.
|
GCMChannelResponse |
GCMChannelResponse.withVersion(Integer version)
The current version of the GCM channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGcmChannelResult.setGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
void |
GetGcmChannelResult.setGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
void |
DeleteGcmChannelResult.setGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
UpdateGcmChannelResult |
UpdateGcmChannelResult.withGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
GetGcmChannelResult |
GetGcmChannelResult.withGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
DeleteGcmChannelResult |
DeleteGcmChannelResult.withGCMChannelResponse(GCMChannelResponse gCMChannelResponse) |
Copyright © 2022. All rights reserved.