Uses of Class
software.amazon.awssdk.services.athena.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAthenaClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to an Athena resource.default TagResourceResponseAthenaClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to an Athena resource.Methods in software.amazon.awssdk.services.athena that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AthenaAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to an Athena resource.default CompletableFuture<TagResourceResponse>AthenaAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to an Athena resource.
-