| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateVoiceChannelResponse> |
PinpointAsyncClient.updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an
application.
|
default UpdateVoiceChannelResponse |
PinpointClient.updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an
application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.builder() |
UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.toBuilder() |
default UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.Builder.voiceChannelRequest(Consumer<VoiceChannelRequest.Builder> voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object.
|
UpdateVoiceChannelRequest.Builder |
UpdateVoiceChannelRequest.Builder.voiceChannelRequest(VoiceChannelRequest voiceChannelRequest)
Sets the value of the VoiceChannelRequest property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVoiceChannelRequest.Builder> |
UpdateVoiceChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.