| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.applicationId(String applicationId)
The ID of the application to which the channel applies.
|
static APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.builder() |
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.creationDate(String creationDate)
When was this segment created
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.hasCredential(Boolean hasCredential)
Not used.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.hasTokenKey(Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token authentication.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.id(String id)
Channel ID.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.isArchived(Boolean isArchived)
Is this channel archived
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.lastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.lastModifiedDate(String lastModifiedDate)
Last date this was updated
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.platform(String platform)
The platform type.
|
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.toBuilder() |
APNSSandboxChannelResponse.Builder |
APNSSandboxChannelResponse.Builder.version(Integer version)
Version of channel
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends APNSSandboxChannelResponse.Builder> |
APNSSandboxChannelResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteApnsSandboxChannelResponse.Builder |
DeleteApnsSandboxChannelResponse.Builder.apnsSandboxChannelResponse(Consumer<APNSSandboxChannelResponse.Builder> apnsSandboxChannelResponse)
Sets the value of the APNSSandboxChannelResponse property for this object.
|
default GetApnsSandboxChannelResponse.Builder |
GetApnsSandboxChannelResponse.Builder.apnsSandboxChannelResponse(Consumer<APNSSandboxChannelResponse.Builder> apnsSandboxChannelResponse)
Sets the value of the APNSSandboxChannelResponse property for this object.
|
default UpdateApnsSandboxChannelResponse.Builder |
UpdateApnsSandboxChannelResponse.Builder.apnsSandboxChannelResponse(Consumer<APNSSandboxChannelResponse.Builder> apnsSandboxChannelResponse)
Sets the value of the APNSSandboxChannelResponse property for this object.
|
Copyright © 2018. All rights reserved.