| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelResponse |
ChannelResponse.clone() |
ChannelResponse |
ChannelResponse.withApplicationId(String applicationId)
Application id
|
ChannelResponse |
ChannelResponse.withCreationDate(String creationDate)
When was this segment created
|
ChannelResponse |
ChannelResponse.withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
ChannelResponse |
ChannelResponse.withHasCredential(Boolean hasCredential)
Not used.
|
ChannelResponse |
ChannelResponse.withId(String id)
Channel ID.
|
ChannelResponse |
ChannelResponse.withIsArchived(Boolean isArchived)
Is this channel archived
|
ChannelResponse |
ChannelResponse.withLastModifiedBy(String lastModifiedBy)
Who made the last change
|
ChannelResponse |
ChannelResponse.withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
ChannelResponse |
ChannelResponse.withVersion(Integer version)
Version of channel
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChannelResponse> |
ChannelsResponse.getChannels()
A map of channels, with the ChannelType as the key and the Channel as the value.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsResponse |
ChannelsResponse.addChannelsEntry(String key,
ChannelResponse value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelsResponse.setChannels(Map<String,ChannelResponse> channels)
A map of channels, with the ChannelType as the key and the Channel as the value.
|
ChannelsResponse |
ChannelsResponse.withChannels(Map<String,ChannelResponse> channels)
A map of channels, with the ChannelType as the key and the Channel as the value.
|
Copyright © 2019. All rights reserved.