Uses of Class
software.amazon.awssdk.services.lookoutvision.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseLookoutVisionClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags attached to the specified Amazon Lookout for Vision model.default ListTagsForResourceResponseLookoutVisionClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags attached to the specified Amazon Lookout for Vision model.Methods in software.amazon.awssdk.services.lookoutvision that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LookoutVisionAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags attached to the specified Amazon Lookout for Vision model.default CompletableFuture<ListTagsForResourceResponse>LookoutVisionAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags attached to the specified Amazon Lookout for Vision model.
-