Uses of Class
software.amazon.awssdk.services.healthlake.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.healthlake AWS HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseHealthLakeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of all existing tags associated with a data store.default ListTagsForResourceResponseHealthLakeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all existing tags associated with a data store.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>HealthLakeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of all existing tags associated with a data store.default CompletableFuture<ListTagsForResourceResponse>HealthLakeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all existing tags associated with a data store.
-