Uses of Class
software.amazon.awssdk.services.sns.model.ThrottledException
Packages that use ThrottledException
-
Uses of ThrottledException in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that throw ThrottledExceptionModifier 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.SnsClient.createSMSSandboxPhoneNumber(Consumer<CreateSmsSandboxPhoneNumberRequest.Builder> createSmsSandboxPhoneNumberRequest) Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time password (OTP) to that phone number.SnsClient.createSMSSandboxPhoneNumber(CreateSmsSandboxPhoneNumberRequest createSmsSandboxPhoneNumberRequest) Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time password (OTP) to that phone number.SnsClient.deleteSMSSandboxPhoneNumber(Consumer<DeleteSmsSandboxPhoneNumberRequest.Builder> deleteSmsSandboxPhoneNumberRequest) Deletes an Amazon Web Services account's verified or pending phone number from the SMS sandbox.SnsClient.deleteSMSSandboxPhoneNumber(DeleteSmsSandboxPhoneNumberRequest deleteSmsSandboxPhoneNumberRequest) Deletes an Amazon Web Services account's verified or pending phone number from the SMS sandbox.default GetSmsAttributesResponseSnsClient.getSMSAttributes()Returns the settings for sending SMS messages from your Amazon Web Services account.default GetSmsAttributesResponseSnsClient.getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest) Returns the settings for sending SMS messages from your Amazon Web Services account.default GetSmsAttributesResponseSnsClient.getSMSAttributes(GetSmsAttributesRequest getSmsAttributesRequest) Returns the settings for sending SMS messages from your Amazon Web Services account.SnsClient.getSMSSandboxAccountStatus(Consumer<GetSmsSandboxAccountStatusRequest.Builder> getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.SnsClient.getSMSSandboxAccountStatus(GetSmsSandboxAccountStatusRequest getSmsSandboxAccountStatusRequest) Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.default ListOriginationNumbersResponseSnsClient.listOriginationNumbers(Consumer<ListOriginationNumbersRequest.Builder> listOriginationNumbersRequest) Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata.default ListOriginationNumbersResponseSnsClient.listOriginationNumbers(ListOriginationNumbersRequest listOriginationNumbersRequest) Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata.default ListOriginationNumbersIterableSnsClient.listOriginationNumbersPaginator(Consumer<ListOriginationNumbersRequest.Builder> listOriginationNumbersRequest) This is a variant ofSnsClient.listOriginationNumbers(software.amazon.awssdk.services.sns.model.ListOriginationNumbersRequest)operation.default ListOriginationNumbersIterableSnsClient.listOriginationNumbersPaginator(ListOriginationNumbersRequest listOriginationNumbersRequest) This is a variant ofSnsClient.listOriginationNumbers(software.amazon.awssdk.services.sns.model.ListOriginationNumbersRequest)operation.default ListPhoneNumbersOptedOutResponseSnsClient.listPhoneNumbersOptedOut()Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.default ListPhoneNumbersOptedOutResponseSnsClient.listPhoneNumbersOptedOut(Consumer<ListPhoneNumbersOptedOutRequest.Builder> listPhoneNumbersOptedOutRequest) Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.default ListPhoneNumbersOptedOutResponseSnsClient.listPhoneNumbersOptedOut(ListPhoneNumbersOptedOutRequest listPhoneNumbersOptedOutRequest) Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.default ListPhoneNumbersOptedOutIterableSnsClient.listPhoneNumbersOptedOutPaginator()This is a variant ofSnsClient.listPhoneNumbersOptedOut(software.amazon.awssdk.services.sns.model.ListPhoneNumbersOptedOutRequest)operation.default ListPhoneNumbersOptedOutIterableSnsClient.listPhoneNumbersOptedOutPaginator(Consumer<ListPhoneNumbersOptedOutRequest.Builder> listPhoneNumbersOptedOutRequest) This is a variant ofSnsClient.listPhoneNumbersOptedOut(software.amazon.awssdk.services.sns.model.ListPhoneNumbersOptedOutRequest)operation.default ListPhoneNumbersOptedOutIterableSnsClient.listPhoneNumbersOptedOutPaginator(ListPhoneNumbersOptedOutRequest listPhoneNumbersOptedOutRequest) This is a variant ofSnsClient.listPhoneNumbersOptedOut(software.amazon.awssdk.services.sns.model.ListPhoneNumbersOptedOutRequest)operation.SnsClient.listSMSSandboxPhoneNumbers(Consumer<ListSmsSandboxPhoneNumbersRequest.Builder> listSmsSandboxPhoneNumbersRequest) Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS sandbox.SnsClient.listSMSSandboxPhoneNumbers(ListSmsSandboxPhoneNumbersRequest listSmsSandboxPhoneNumbersRequest) Lists the calling Amazon Web Services account's current verified and pending destination phone numbers in the SMS sandbox.SnsClient.listSMSSandboxPhoneNumbersPaginator(Consumer<ListSmsSandboxPhoneNumbersRequest.Builder> listSmsSandboxPhoneNumbersRequest) This is a variant ofSnsClient.listSMSSandboxPhoneNumbers(software.amazon.awssdk.services.sns.model.ListSmsSandboxPhoneNumbersRequest)operation.SnsClient.listSMSSandboxPhoneNumbersPaginator(ListSmsSandboxPhoneNumbersRequest listSmsSandboxPhoneNumbersRequest) This is a variant ofSnsClient.listSMSSandboxPhoneNumbers(software.amazon.awssdk.services.sns.model.ListSmsSandboxPhoneNumbersRequest)operation.default OptInPhoneNumberResponseSnsClient.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 OptInPhoneNumberResponseSnsClient.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.default SetSmsAttributesResponseSnsClient.setSMSAttributes(Consumer<SetSmsAttributesRequest.Builder> setSmsAttributesRequest) Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.default SetSmsAttributesResponseSnsClient.setSMSAttributes(SetSmsAttributesRequest setSmsAttributesRequest) Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.SnsClient.verifySMSSandboxPhoneNumber(Consumer<VerifySmsSandboxPhoneNumberRequest.Builder> verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.SnsClient.verifySMSSandboxPhoneNumber(VerifySmsSandboxPhoneNumberRequest verifySmsSandboxPhoneNumberRequest) Verifies a destination phone number with a one-time password (OTP) for the calling Amazon Web Services account.