Uses of Class
org.linuxforhealth.fhir.operation.bulkdata.config.s3.S3HostStyle
-
-
Uses of S3HostStyle in org.linuxforhealth.fhir.operation.bulkdata.config
Methods in org.linuxforhealth.fhir.operation.bulkdata.config that return S3HostStyle Modifier and Type Method Description S3HostStyle
ConfigurationAdapter. getS3HostStyleByStorageProvider(java.lang.String provider)
gets the storage type -
Uses of S3HostStyle in org.linuxforhealth.fhir.operation.bulkdata.config.impl
Methods in org.linuxforhealth.fhir.operation.bulkdata.config.impl that return S3HostStyle Modifier and Type Method Description S3HostStyle
AbstractSystemConfigurationImpl. getS3HostStyleByStorageProvider(java.lang.String provider)
-
Uses of S3HostStyle in org.linuxforhealth.fhir.operation.bulkdata.config.s3
Methods in org.linuxforhealth.fhir.operation.bulkdata.config.s3 that return S3HostStyle Modifier and Type Method Description static S3HostStyle
S3HostStyle. from(java.lang.String value)
static S3HostStyle
S3HostStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S3HostStyle[]
S3HostStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of S3HostStyle in org.linuxforhealth.fhir.operation.bulkdata.model.url
Constructors in org.linuxforhealth.fhir.operation.bulkdata.model.url with parameters of type S3HostStyle Constructor Description DownloadUrl(java.lang.String server, java.lang.String region, java.lang.String bucketName, java.lang.String cosBucketPathPrefix, java.lang.String objectKey, java.lang.String accessKey, java.lang.String secretKey, boolean presigned, S3HostStyle hostStyle)
-