Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal.software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.accessanalyzer
Method parameters in software.amazon.awssdk.services.accessanalyzer with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AccessAnalyzerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified resource.default UntagResourceResponseAccessAnalyzerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceArn(String resourceArn)The ARN of the resource to remove the tag from.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The key for the tag to add.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The key for the tag to add.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-