Uses of Class
software.amazon.awssdk.services.athena.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAthenaClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with an Athena resource.default ListTagsForResourceResponseAthenaClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with an Athena resource.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AthenaAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with an Athena resource.default CompletableFuture<ListTagsForResourceResponse>AthenaAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with an Athena resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-