Uses of Class
software.amazon.awssdk.services.macie2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMacie2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.default ListTagsForResourceResponseMacie2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Macie2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.default CompletableFuture<ListTagsForResourceResponse>Macie2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.
-