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