Uses of Interface
software.amazon.awssdk.services.sns.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>SnsAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add tags to the specified Amazon SNS topic.default TagResourceResponseSnsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add tags to the specified Amazon SNS topic. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic TagResourceRequest.BuilderTagResourceRequest.builder()TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TagResourceRequest.Builder.resourceArn(String resourceArn) The ARN of the topic to which to add tags.TagResourceRequest.Builder.tags(Collection<Tag> tags) The tags to be added to the specified topic.TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to be added to the specified topic.The tags to be added to the specified topic.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()