Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
APNSChannelResponse |
APNSChannelResponse.clone() |
APNSChannelResponse |
DeleteApnsChannelResult.getAPNSChannelResponse() |
APNSChannelResponse |
GetApnsChannelResult.getAPNSChannelResponse() |
APNSChannelResponse |
UpdateApnsChannelResult.getAPNSChannelResponse() |
APNSChannelResponse |
APNSChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application that the APNs channel applies to.
|
APNSChannelResponse |
APNSChannelResponse.withCreationDate(String creationDate)
The date and time when the APNs channel was enabled.
|
APNSChannelResponse |
APNSChannelResponse.withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or
certificate.
|
APNSChannelResponse |
APNSChannelResponse.withEnabled(Boolean enabled)
Specifies whether the APNs channel is enabled for the application.
|
APNSChannelResponse |
APNSChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
APNSChannelResponse |
APNSChannelResponse.withHasTokenKey(Boolean hasTokenKey)
Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens.
|
APNSChannelResponse |
APNSChannelResponse.withId(String id)
(Deprecated) An identifier for the APNs channel.
|
APNSChannelResponse |
APNSChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the APNs channel is archived.
|
APNSChannelResponse |
APNSChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the APNs channel.
|
APNSChannelResponse |
APNSChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time when the APNs channel was last modified.
|
APNSChannelResponse |
APNSChannelResponse.withPlatform(String platform)
The type of messaging or notification platform for the channel.
|
APNSChannelResponse |
APNSChannelResponse.withVersion(Integer version)
The current version of the APNs channel.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteApnsChannelResult.setAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
void |
GetApnsChannelResult.setAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
void |
UpdateApnsChannelResult.setAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
DeleteApnsChannelResult |
DeleteApnsChannelResult.withAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
GetApnsChannelResult |
GetApnsChannelResult.withAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
UpdateApnsChannelResult |
UpdateApnsChannelResult.withAPNSChannelResponse(APNSChannelResponse aPNSChannelResponse) |
Copyright © 2020. All rights reserved.