| 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<UpdateSmsChannelResponse> |
PinpointAsyncClient.updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an
application.
|
default UpdateSmsChannelResponse |
PinpointClient.updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an
application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.applicationId(String applicationId)
The unique identifier for the application.
|
static UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.builder() |
UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)
Sets the value of the SMSChannelRequest property for this object.
|
UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.smsChannelRequest(SMSChannelRequest smsChannelRequest)
Sets the value of the SMSChannelRequest property for this object.
|
UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSmsChannelRequest.Builder> |
UpdateSmsChannelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.