Uses of Interface
software.amazon.awssdk.services.healthlake.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.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 TagResourceRequest.Builder in software.amazon.awssdk.services.healthlake
Method parameters in software.amazon.awssdk.services.healthlake with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>HealthLakeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user specified key and value tag to a data store.default TagResourceResponseHealthLakeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user specified key and value tag to a data store. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceARN(String resourceARN)The Amazon Resource Name(ARN)that gives AWS HealthLake access to the data store which tags are being added to.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The user specified key and value pair tags being added to a data store.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Consumer<Tag.Builder>... tags)The user specified key and value pair tags being added to a data store.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The user specified key and value pair tags being added to a data store.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-