| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGcmChannelResponse |
PinpointClient.updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an
application.
|
default CompletableFuture<UpdateGcmChannelResponse> |
PinpointAsyncClient.updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an
application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.builder() |
default UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.gcmChannelRequest(Consumer<GCMChannelRequest.Builder> gcmChannelRequest)
Sets the value of the GCMChannelRequest property for this object.
|
UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.gcmChannelRequest(GCMChannelRequest gcmChannelRequest)
Sets the value of the GCMChannelRequest property for this object.
|
UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGcmChannelRequest.Builder |
UpdateGcmChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGcmChannelRequest.Builder> |
UpdateGcmChannelRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.