| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSChannelRequest |
APNSChannelRequest.clone() |
APNSChannelRequest |
UpdateApnsChannelRequest.getAPNSChannelRequest() |
APNSChannelRequest |
APNSChannelRequest.withBundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
APNSChannelRequest |
APNSChannelRequest.withCertificate(String certificate)
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by
using an APNs certificate.
|
APNSChannelRequest |
APNSChannelRequest.withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
APNSChannelRequest |
APNSChannelRequest.withEnabled(Boolean enabled)
Specifies whether to enable the APNs channel for the application.
|
APNSChannelRequest |
APNSChannelRequest.withPrivateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
APNSChannelRequest |
APNSChannelRequest.withTeamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
APNSChannelRequest |
APNSChannelRequest.withTokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
APNSChannelRequest |
APNSChannelRequest.withTokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs
by using APNs tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApnsChannelRequest.setAPNSChannelRequest(APNSChannelRequest aPNSChannelRequest) |
UpdateApnsChannelRequest |
UpdateApnsChannelRequest.withAPNSChannelRequest(APNSChannelRequest aPNSChannelRequest) |
Copyright © 2022. All rights reserved.