Uses of Class
software.amazon.awssdk.services.auditmanager.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAuditManagerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the specified resource in Audit Manager.default ListTagsForResourceResponseAuditManagerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the specified resource in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AuditManagerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the specified resource in Audit Manager.default CompletableFuture<ListTagsForResourceResponse>AuditManagerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the specified resource in Audit Manager.
-