Uses of Class
com.ibm.fhir.operation.bulkdata.config.s3.S3HostStyle
-
-
Uses of S3HostStyle in com.ibm.fhir.operation.bulkdata.config
Methods in com.ibm.fhir.operation.bulkdata.config that return S3HostStyle Modifier and Type Method Description S3HostStyle
ConfigurationAdapter. getS3HostStyleByStorageProvider(String provider)
gets the storage type -
Uses of S3HostStyle in com.ibm.fhir.operation.bulkdata.config.impl
Methods in com.ibm.fhir.operation.bulkdata.config.impl that return S3HostStyle Modifier and Type Method Description S3HostStyle
AbstractSystemConfigurationImpl. getS3HostStyleByStorageProvider(String provider)
-
Uses of S3HostStyle in com.ibm.fhir.operation.bulkdata.config.s3
Methods in com.ibm.fhir.operation.bulkdata.config.s3 that return S3HostStyle Modifier and Type Method Description static S3HostStyle
S3HostStyle. from(String value)
static S3HostStyle
S3HostStyle. valueOf(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 com.ibm.fhir.operation.bulkdata.model.url
Constructors in com.ibm.fhir.operation.bulkdata.model.url with parameters of type S3HostStyle Constructor Description DownloadUrl(String server, String region, String bucketName, String cosBucketPathPrefix, String objectKey, String accessKey, String secretKey, boolean parquet, boolean presigned, S3HostStyle hostStyle)
-