Uses of Class
software.amazon.awssdk.services.sns.model.CheckIfPhoneNumberIsOptedOutResponse
Packages that use CheckIfPhoneNumberIsOptedOutResponse
-
Uses of CheckIfPhoneNumberIsOptedOutResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CheckIfPhoneNumberIsOptedOutResponseModifier and TypeMethodDescriptionSnsClient.checkIfPhoneNumberIsOptedOut(Consumer<CheckIfPhoneNumberIsOptedOutRequest.Builder> checkIfPhoneNumberIsOptedOutRequest) Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your Amazon Web Services account.SnsClient.checkIfPhoneNumberIsOptedOut(CheckIfPhoneNumberIsOptedOutRequest checkIfPhoneNumberIsOptedOutRequest) Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your Amazon Web Services account.Methods in software.amazon.awssdk.services.sns that return types with arguments of type CheckIfPhoneNumberIsOptedOutResponseModifier and TypeMethodDescriptionSnsAsyncClient.checkIfPhoneNumberIsOptedOut(Consumer<CheckIfPhoneNumberIsOptedOutRequest.Builder> checkIfPhoneNumberIsOptedOutRequest) Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your Amazon Web Services account.SnsAsyncClient.checkIfPhoneNumberIsOptedOut(CheckIfPhoneNumberIsOptedOutRequest checkIfPhoneNumberIsOptedOutRequest) Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your Amazon Web Services account.