Uses of Class
software.amazon.awssdk.services.sns.model.GetSmsAttributesRequest
-
Packages that use GetSmsAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of GetSmsAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type GetSmsAttributesRequest Modifier and Type Method Description default CompletableFuture<GetSmsAttributesResponse>SnsAsyncClient. getSMSAttributes(GetSmsAttributesRequest 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. -
Uses of GetSmsAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type GetSmsAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetSmsAttributesRequestMarshaller. marshall(GetSmsAttributesRequest getSmsAttributesRequest)
-