Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WellArchitectedAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for a resource.default ListTagsForResourceResponseWellArchitectedClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for a resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-