| 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<GetChannelsResponse> |
PinpointAsyncClient.getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
|
default GetChannelsResponse |
PinpointClient.getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelsRequest.Builder |
GetChannelsRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static GetChannelsRequest.Builder |
GetChannelsRequest.builder() |
GetChannelsRequest.Builder |
GetChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelsRequest.Builder |
GetChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetChannelsRequest.Builder |
GetChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetChannelsRequest.Builder> |
GetChannelsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.