Uses of Class
software.amazon.awssdk.services.athena.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAthenaClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an Athena resource.default UntagResourceResponseAthenaClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Athena resource.Methods in software.amazon.awssdk.services.athena that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AthenaAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an Athena resource.default CompletableFuture<UntagResourceResponse>AthenaAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Athena resource.
-