Uses of Class
software.amazon.awssdk.services.sns.model.SetSmsAttributesResponse
Packages that use SetSmsAttributesResponse
-
Uses of SetSmsAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetSmsAttributesResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type SetSmsAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.setSMSAttributes(Consumer<SetSmsAttributesRequest.Builder> setSmsAttributesRequest) Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.SnsAsyncClient.setSMSAttributes(SetSmsAttributesRequest setSmsAttributesRequest) Use this request to set the default settings for sending SMS messages and receiving daily SMS usage reports.