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