Uses of Interface
software.amazon.awssdk.services.healthlake.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder 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.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.healthlake
Method parameters in software.amazon.awssdk.services.healthlake with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>HealthLakeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a data store.default UntagResourceResponseHealthLakeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a data store. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceARN(String resourceARN)The Amazon Resource Name(ARN) of the data store for which tags are being removed.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The keys for the tags to be removed from the HealthLake data store.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The keys for the tags to be removed from the HealthLake data store.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-