| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.applicationId(String applicationId)
The ID of the application that the channel applies to.
|
static APNSChannelResponse.Builder |
APNSChannelResponse.builder() |
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.creationDate(String creationDate)
The date and time when this channel was created.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.hasCredential(Boolean hasCredential)
Not used.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.hasTokenKey(Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token authentication.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.id(String id)
(Deprecated) An identifier for the channel.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.isArchived(Boolean isArchived)
Indicates whether or not the channel is archived.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
The user who last updated this channel.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
The date and time when this channel was last modified.
|
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.platform(String platform)
The platform type.
|
APNSChannelResponse.Builder |
APNSChannelResponse.toBuilder() |
APNSChannelResponse.Builder |
APNSChannelResponse.Builder.version(Integer version)
The channel version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends APNSChannelResponse.Builder> |
APNSChannelResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default DeleteApnsChannelResponse.Builder |
DeleteApnsChannelResponse.Builder.apnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object.
|
Copyright © 2018. All rights reserved.