Uses of Interface
software.amazon.awssdk.services.sns.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>SnsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove tags from the specified Amazon SNS topic.default UntagResourceResponseSnsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove tags from the specified Amazon SNS topic. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The ARN of the topic from which to remove tags.The list of tag keys to remove from the specified topic.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) The list of tag keys to remove from the specified topic.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()