Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.codegurusecurity -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCodeGuruSecurityClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Use to remove one or more tags from an existing scan.default UntagResourceResponseCodeGuruSecurityClient. untagResource(UntagResourceRequest untagResourceRequest)Use to remove one or more tags from an existing scan.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CodeGuruSecurityAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Use to remove one or more tags from an existing scan.default CompletableFuture<UntagResourceResponse>CodeGuruSecurityAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Use to remove one or more tags from an existing scan.
-