| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.builder() |
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.certificate(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.Builder |
APNSVoipChannelRequest.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the APNs VoIP channel for the application.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.privateKey(String privateKey)
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with
APNs.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.teamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.toBuilder() |
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
APNSVoipChannelRequest.Builder |
APNSVoipChannelRequest.Builder.tokenKeyId(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 |
|---|---|
static Class<? extends APNSVoipChannelRequest.Builder> |
APNSVoipChannelRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApnsVoipChannelRequest.Builder |
UpdateApnsVoipChannelRequest.Builder.apnsVoipChannelRequest(Consumer<APNSVoipChannelRequest.Builder> apnsVoipChannelRequest)
Sets the value of the APNSVoipChannelRequest property for this object.
|
Copyright © 2020. All rights reserved.