| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default SetSmsAttributesResponse |
SnsClient.setSMSAttributes(Consumer<SetSmsAttributesRequest.Builder> setSmsAttributesRequest)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
default SetSmsAttributesResponse |
SnsClient.setSMSAttributes(SetSmsAttributesRequest setSmsAttributesRequest)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetSmsAttributesResponse> |
SnsAsyncClient.setSMSAttributes(Consumer<SetSmsAttributesRequest.Builder> setSmsAttributesRequest)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
default CompletableFuture<SetSmsAttributesResponse> |
SnsAsyncClient.setSMSAttributes(SetSmsAttributesRequest setSmsAttributesRequest)
Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.
|
Copyright © 2021. All rights reserved.