Uses of Class
software.amazon.awssdk.services.healthlake.model.S3Configuration
-
Packages that use S3Configuration Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of S3Configuration in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return S3Configuration Modifier and Type Method Description S3ConfigurationOutputDataConfig. s3Configuration()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 S3Configuration Modifier and Type Method Description static OutputDataConfigOutputDataConfig. fromS3Configuration(S3Configuration s3Configuration)Create an instance of this class withOutputDataConfig.s3Configuration()initialized to the given value.OutputDataConfig.BuilderOutputDataConfig.Builder. s3Configuration(S3Configuration s3Configuration)The output data configuration that was supplied when the export job was created.
-