Uses of Interface
software.amazon.awssdk.services.sns.model.GetSmsAttributesRequest.Builder
Packages that use GetSmsAttributesRequest.Builder
Package
Description
-
Uses of GetSmsAttributesRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type GetSmsAttributesRequest.BuilderModifier and TypeMethodDescriptionSnsAsyncClient.getSMSAttributes(Consumer<GetSmsAttributesRequest.Builder> getSmsAttributesRequest) 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. -
Uses of GetSmsAttributesRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return GetSmsAttributesRequest.BuilderModifier and TypeMethodDescriptionGetSmsAttributesRequest.Builder.attributes(String... attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.GetSmsAttributesRequest.Builder.attributes(Collection<String> attributes) A list of the individual attribute names, such asMonthlySpendLimit, for which you want values.GetSmsAttributesRequest.builder()GetSmsAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetSmsAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetSmsAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type GetSmsAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSmsAttributesRequest.Builder>GetSmsAttributesRequest.serializableBuilderClass()