Uses of Class
software.amazon.awssdk.services.sns.model.GetSmsAttributesResponse
-
Packages that use GetSmsAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of GetSmsAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetSmsAttributesResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetSmsAttributesResponse Modifier and Type Method Description default CompletableFuture<GetSmsAttributesResponse>SnsAsyncClient. getSMSAttributes()Returns the settings for sending SMS messages from your Amazon Web Services account.default CompletableFuture<GetSmsAttributesResponse>SnsAsyncClient. getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest)Returns the settings for sending SMS messages from your Amazon Web Services account.default CompletableFuture<GetSmsAttributesResponse>SnsAsyncClient. getSMSAttributes(GetSmsAttributesRequest getSmsAttributesRequest)Returns the settings for sending SMS messages from your Amazon Web Services account.
-