| 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 UpdateApnsChannelResponse |
PinpointClient.updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an
application.
|
default CompletableFuture<UpdateApnsChannelResponse> |
PinpointAsyncClient.updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an
application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.Builder.apnsChannelRequest(APNSChannelRequest apnsChannelRequest)
Sets the value of the APNSChannelRequest property for this object.
|
default UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.Builder.apnsChannelRequest(Consumer<APNSChannelRequest.Builder> apnsChannelRequest)
Sets the value of the APNSChannelRequest property for this object.
|
UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.builder() |
UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateApnsChannelRequest.Builder |
UpdateApnsChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateApnsChannelRequest.Builder> |
UpdateApnsChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.