| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSmsAttributesResponse |
SnsClient.getSMSAttributes()
Returns the settings for sending SMS messages from your account.
|
default GetSmsAttributesResponse |
SnsClient.getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
default GetSmsAttributesResponse |
SnsClient.getSMSAttributes(GetSmsAttributesRequest getSmsAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSmsAttributesResponse> |
SnsAsyncClient.getSMSAttributes()
Returns the settings for sending SMS messages from your account.
|
default CompletableFuture<GetSmsAttributesResponse> |
SnsAsyncClient.getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
default CompletableFuture<GetSmsAttributesResponse> |
SnsAsyncClient.getSMSAttributes(GetSmsAttributesRequest getSmsAttributesRequest)
Returns the settings for sending SMS messages from your account.
|
Copyright © 2020. All rights reserved.