Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
APNSVoipChannelRequest |
APNSVoipChannelRequest.clone() |
APNSVoipChannelRequest |
UpdateApnsVoipChannelRequest.getAPNSVoipChannelRequest() |
APNSVoipChannelRequest |
APNSVoipChannelRequest.withBundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.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.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.withEnabled(Boolean enabled)
Specifies whether to enable the APNs VoIP channel for the application.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.withPrivateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.withTeamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.withTokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
APNSVoipChannelRequest |
APNSVoipChannelRequest.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 |
UpdateApnsVoipChannelRequest.setAPNSVoipChannelRequest(APNSVoipChannelRequest aPNSVoipChannelRequest) |
UpdateApnsVoipChannelRequest |
UpdateApnsVoipChannelRequest.withAPNSVoipChannelRequest(APNSVoipChannelRequest aPNSVoipChannelRequest) |
Copyright © 2023. All rights reserved.