Uses of Class
software.amazon.awssdk.services.healthlake.model.OutputDataConfig
-
Packages that use OutputDataConfig Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of OutputDataConfig in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return OutputDataConfig Modifier and Type Method Description static OutputDataConfigOutputDataConfig. fromS3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Create an instance of this class withs3Configuration()initialized to the given value.static OutputDataConfigOutputDataConfig. fromS3Configuration(S3Configuration s3Configuration)Create an instance of this class withs3Configuration()initialized to the given value.OutputDataConfigImportJobProperties. jobOutputDataConfig()Returns the value of the JobOutputDataConfig property for this object.OutputDataConfigStartFhirImportJobRequest. jobOutputDataConfig()Returns the value of the JobOutputDataConfig property for this object.OutputDataConfigExportJobProperties. outputDataConfig()The output data configuration that was supplied when the export job was created.OutputDataConfigStartFhirExportJobRequest. outputDataConfig()The output data configuration that was supplied when the export job was created.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type OutputDataConfig Modifier and Type Method Description ImportJobProperties.BuilderImportJobProperties.Builder. jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.StartFhirImportJobRequest.BuilderStartFhirImportJobRequest.Builder. jobOutputDataConfig(OutputDataConfig jobOutputDataConfig)Sets the value of the JobOutputDataConfig property for this object.ExportJobProperties.BuilderExportJobProperties.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The output data configuration that was supplied when the export job was created.StartFhirExportJobRequest.BuilderStartFhirExportJobRequest.Builder. outputDataConfig(OutputDataConfig outputDataConfig)The output data configuration that was supplied when the export job was created.
-