| Package | Description |
|---|---|
| software.amazon.awssdk.services.sns |
|
| Modifier and Type | Method and Description |
|---|---|
default OptInPhoneNumberResponse |
SnsClient.optInPhoneNumber(Consumer<OptInPhoneNumberRequest.Builder> optInPhoneNumberRequest)
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to
the number.
|
default OptInPhoneNumberResponse |
SnsClient.optInPhoneNumber(OptInPhoneNumberRequest optInPhoneNumberRequest)
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to
the number.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<OptInPhoneNumberResponse> |
SnsAsyncClient.optInPhoneNumber(Consumer<OptInPhoneNumberRequest.Builder> optInPhoneNumberRequest)
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to
the number.
|
default CompletableFuture<OptInPhoneNumberResponse> |
SnsAsyncClient.optInPhoneNumber(OptInPhoneNumberRequest optInPhoneNumberRequest)
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to
the number.
|
Copyright © 2022. All rights reserved.