| 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 ID of the application that the channel applies to.
|
APNSChannelResponse |
APNSChannelResponse.withCreationDate(String creationDate)
The date and time when this channel was created.
|
APNSChannelResponse |
APNSChannelResponse.withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSChannelResponse |
APNSChannelResponse.withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSChannelResponse |
APNSChannelResponse.withHasCredential(Boolean hasCredential)
Not used.
|
APNSChannelResponse |
APNSChannelResponse.withHasTokenKey(Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token authentication.
|
APNSChannelResponse |
APNSChannelResponse.withId(String id)
(Deprecated) An identifier for the channel.
|
APNSChannelResponse |
APNSChannelResponse.withIsArchived(Boolean isArchived)
Indicates whether or not the channel is archived.
|
APNSChannelResponse |
APNSChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last updated this channel.
|
APNSChannelResponse |
APNSChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time when this channel was last modified.
|
APNSChannelResponse |
APNSChannelResponse.withPlatform(String platform)
The platform type.
|
APNSChannelResponse |
APNSChannelResponse.withVersion(Integer version)
The channel version.
|
| 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 © 2018. All rights reserved.