| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
BaiduChannelRequest.Builder |
BaiduChannelRequest.Builder.apiKey(String apiKey)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
static BaiduChannelRequest.Builder |
BaiduChannelRequest.builder() |
BaiduChannelRequest.Builder |
BaiduChannelRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the Baidu channel for the application.
|
BaiduChannelRequest.Builder |
BaiduChannelRequest.Builder.secretKey(String secretKey)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
BaiduChannelRequest.Builder |
BaiduChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BaiduChannelRequest.Builder> |
BaiduChannelRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBaiduChannelRequest.Builder |
UpdateBaiduChannelRequest.Builder.baiduChannelRequest(Consumer<BaiduChannelRequest.Builder> baiduChannelRequest)
Sets the value of the BaiduChannelRequest property for this object.
|
Copyright © 2022. All rights reserved.