Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>QBusinessAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default ListTagsForResourceResponseQBusinessClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-