| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the APNs channel applies to.
|
static APNSChannelResponse.Builder |
APNSChannelResponse.builder() |
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.creationDate(String creationDate)
The date and time when the APNs channel was enabled.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key
or certificate.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.enabled(Boolean enabled)
Specifies whether the APNs channel is enabled for the application.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.hasTokenKey(Boolean hasTokenKey)
Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.id(String id)
(Deprecated) An identifier for the APNs channel.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.isArchived(Boolean isArchived)
Specifies whether the APNs channel is archived.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
The user who last modified the APNs channel.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date and time when the APNs channel was last modified.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.platform(String platform)
The type of messaging or notification platform for the channel.
|
APNSChannelResponse.Builder |
APNSChannelResponse.toBuilder() |
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.version(Integer version)
The current version of the APNs channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends APNSChannelResponse.Builder> |
APNSChannelResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteApnsChannelResponse.Builder |
DeleteApnsChannelResponse.Builder.apnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object.
|
default UpdateApnsChannelResponse.Builder |
UpdateApnsChannelResponse.Builder.apnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object.
|
default GetApnsChannelResponse.Builder |
GetApnsChannelResponse.Builder.apnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object.
|
Copyright © 2022. All rights reserved.