Uses of Class
software.amazon.awssdk.services.sns.model.OptInPhoneNumberResponse
Packages that use OptInPhoneNumberResponse
-
Uses of OptInPhoneNumberResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return OptInPhoneNumberResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type OptInPhoneNumberResponseModifier and TypeMethodDescriptionSnsAsyncClient.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.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.