Uses of Class
software.amazon.awssdk.services.detective.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDetectiveClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a behavior graph.default UntagResourceResponseDetectiveClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a behavior graph.Methods in software.amazon.awssdk.services.detective that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DetectiveAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a behavior graph.default CompletableFuture<UntagResourceResponse>DetectiveAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a behavior graph.
-