Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ChannelResponse |
ChannelResponse.clone() |
ChannelResponse |
ChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application.
|
ChannelResponse |
ChannelResponse.withCreationDate(String creationDate)
The date and time, in ISO 8601 format, when the channel was enabled.
|
ChannelResponse |
ChannelResponse.withEnabled(Boolean enabled)
Specifies whether the channel is enabled for the application.
|
ChannelResponse |
ChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
ChannelResponse |
ChannelResponse.withId(String id)
(Deprecated) An identifier for the channel.
|
ChannelResponse |
ChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the channel is archived.
|
ChannelResponse |
ChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the channel.
|
ChannelResponse |
ChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the channel was last modified.
|
ChannelResponse |
ChannelResponse.withVersion(Integer version)
The current version of the channel.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ChannelResponse> |
ChannelsResponse.getChannels()
A map that contains a multipart response for each channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelsResponse |
ChannelsResponse.addChannelsEntry(String key,
ChannelResponse value)
Add a single Channels entry
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelsResponse.setChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel.
|
ChannelsResponse |
ChannelsResponse.withChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel.
|
Copyright © 2023. All rights reserved.