Uses of Interface
software.amazon.awssdk.services.healthlake.model.DescribeFhirExportJobResponse.Builder
-
Packages that use DescribeFhirExportJobResponse.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of DescribeFhirExportJobResponse.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DescribeFhirExportJobResponse.Builder Modifier and Type Method Description static DescribeFhirExportJobResponse.BuilderDescribeFhirExportJobResponse. builder()default DescribeFhirExportJobResponse.BuilderDescribeFhirExportJobResponse.Builder. exportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties)Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.DescribeFhirExportJobResponse.BuilderDescribeFhirExportJobResponse.Builder. exportJobProperties(ExportJobProperties exportJobProperties)Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.DescribeFhirExportJobResponse.BuilderDescribeFhirExportJobResponse. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DescribeFhirExportJobResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFhirExportJobResponse.Builder>DescribeFhirExportJobResponse. serializableBuilderClass()
-