Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
VoiceChannelResponse |
VoiceChannelResponse.clone() |
VoiceChannelResponse |
DeleteVoiceChannelResult.getVoiceChannelResponse() |
VoiceChannelResponse |
GetVoiceChannelResult.getVoiceChannelResponse() |
VoiceChannelResponse |
UpdateVoiceChannelResult.getVoiceChannelResponse() |
VoiceChannelResponse |
VoiceChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application that the voice channel applies to.
|
VoiceChannelResponse |
VoiceChannelResponse.withCreationDate(String creationDate)
The date and time, in ISO 8601 format, when the voice channel was enabled.
|
VoiceChannelResponse |
VoiceChannelResponse.withEnabled(Boolean enabled)
Specifies whether the voice channel is enabled for the application.
|
VoiceChannelResponse |
VoiceChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
VoiceChannelResponse |
VoiceChannelResponse.withId(String id)
(Deprecated) An identifier for the voice channel.
|
VoiceChannelResponse |
VoiceChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the voice channel is archived.
|
VoiceChannelResponse |
VoiceChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the voice channel.
|
VoiceChannelResponse |
VoiceChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the voice channel was last modified.
|
VoiceChannelResponse |
VoiceChannelResponse.withPlatform(String platform)
The type of messaging or notification platform for the channel.
|
VoiceChannelResponse |
VoiceChannelResponse.withVersion(Integer version)
The current version of the voice channel.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteVoiceChannelResult.setVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
void |
GetVoiceChannelResult.setVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
void |
UpdateVoiceChannelResult.setVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
DeleteVoiceChannelResult |
DeleteVoiceChannelResult.withVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
GetVoiceChannelResult |
GetVoiceChannelResult.withVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
UpdateVoiceChannelResult |
UpdateVoiceChannelResult.withVoiceChannelResponse(VoiceChannelResponse voiceChannelResponse) |
Copyright © 2019. All rights reserved.