| 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 CompletableFuture<GetApnsChannelResponse> |
PinpointAsyncClient.getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
|
default GetApnsChannelResponse |
PinpointClient.getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetApnsChannelRequest.Builder |
GetApnsChannelRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static GetApnsChannelRequest.Builder |
GetApnsChannelRequest.builder() |
GetApnsChannelRequest.Builder |
GetApnsChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetApnsChannelRequest.Builder |
GetApnsChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetApnsChannelRequest.Builder |
GetApnsChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetApnsChannelRequest.Builder> |
GetApnsChannelRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.