Uses of Class
software.amazon.awssdk.services.healthlake.model.ExportJobProperties
-
Packages that use ExportJobProperties Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of ExportJobProperties in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return ExportJobProperties Modifier and Type Method Description ExportJobPropertiesDescribeFhirExportJobResponse. exportJobProperties()Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type ExportJobProperties Modifier and Type Method Description List<ExportJobProperties>ListFhirExportJobsResponse. exportJobPropertiesList()The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type ExportJobProperties Modifier and Type Method Description DescribeFhirExportJobResponse.BuilderDescribeFhirExportJobResponse.Builder. exportJobProperties(ExportJobProperties exportJobProperties)Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.ListFhirExportJobsResponse.BuilderListFhirExportJobsResponse.Builder. exportJobPropertiesList(ExportJobProperties... exportJobPropertiesList)The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type ExportJobProperties Modifier and Type Method Description ListFhirExportJobsResponse.BuilderListFhirExportJobsResponse.Builder. exportJobPropertiesList(Collection<ExportJobProperties> exportJobPropertiesList)The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.
-