Uses of Class
software.amazon.awssdk.services.sns.model.GetSmsAttributesResponse
Packages that use GetSmsAttributesResponse
-
Uses of GetSmsAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetSmsAttributesResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetSmsAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.getSMSAttributes()Returns the settings for sending SMS messages from your Amazon Web Services account.SnsAsyncClient.getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest) Returns the settings for sending SMS messages from your Amazon Web Services account.SnsAsyncClient.getSMSAttributes(GetSmsAttributesRequest getSmsAttributesRequest) Returns the settings for sending SMS messages from your Amazon Web Services account.