Uses of Class
com.oracle.bmc.goldengate.model.AmazonS3IcebergStorage.SchemeType
-
Packages that use AmazonS3IcebergStorage.SchemeType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AmazonS3IcebergStorage.SchemeType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AmazonS3IcebergStorage.SchemeType Modifier and Type Method Description static AmazonS3IcebergStorage.SchemeTypeAmazonS3IcebergStorage.SchemeType. create(String key)AmazonS3IcebergStorage.SchemeTypeAmazonS3IcebergStorage. getSchemeType()The scheme of the storage.AmazonS3IcebergStorage.SchemeTypeAmazonS3IcebergStorageSummary. getSchemeType()The scheme of the storage.AmazonS3IcebergStorage.SchemeTypeCreateAmazonS3IcebergStorageDetails. getSchemeType()The scheme of the storage.AmazonS3IcebergStorage.SchemeTypeUpdateAmazonS3IcebergStorageDetails. getSchemeType()The scheme of the storage.static AmazonS3IcebergStorage.SchemeTypeAmazonS3IcebergStorage.SchemeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmazonS3IcebergStorage.SchemeType[]AmazonS3IcebergStorage.SchemeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type AmazonS3IcebergStorage.SchemeType Modifier and Type Method Description AmazonS3IcebergStorage.BuilderAmazonS3IcebergStorage.Builder. schemeType(AmazonS3IcebergStorage.SchemeType schemeType)The scheme of the storage.AmazonS3IcebergStorageSummary.BuilderAmazonS3IcebergStorageSummary.Builder. schemeType(AmazonS3IcebergStorage.SchemeType schemeType)The scheme of the storage.CreateAmazonS3IcebergStorageDetails.BuilderCreateAmazonS3IcebergStorageDetails.Builder. schemeType(AmazonS3IcebergStorage.SchemeType schemeType)The scheme of the storage.UpdateAmazonS3IcebergStorageDetails.BuilderUpdateAmazonS3IcebergStorageDetails.Builder. schemeType(AmazonS3IcebergStorage.SchemeType schemeType)The scheme of the storage.Constructors in com.oracle.bmc.goldengate.model with parameters of type AmazonS3IcebergStorage.SchemeType Constructor Description AmazonS3IcebergStorage(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)Deprecated.AmazonS3IcebergStorageSummary(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)Deprecated.CreateAmazonS3IcebergStorageDetails(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)Deprecated.UpdateAmazonS3IcebergStorageDetails(AmazonS3IcebergStorage.SchemeType schemeType, String endpoint, String accessKeyId, String secretAccessKeySecretId, String region, String bucket)Deprecated.
-