Uses of Class
software.amazon.awssdk.services.athena.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.athena.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AthenaAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Athena resource.default UntagResourceResponseAthenaClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Athena resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-