Uses of Class
software.amazon.awssdk.services.healthlake.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.healthlake.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>HealthLakeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a data store.default UntagResourceResponseHealthLakeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a data store. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-