Uses of Class
com.oracle.bmc.goldengate.model.IcebergConnection.TechnologyType
-
Packages that use IcebergConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of IcebergConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return IcebergConnection.TechnologyType Modifier and Type Method Description static IcebergConnection.TechnologyTypeIcebergConnection.TechnologyType. create(String key)IcebergConnection.TechnologyTypeCreateIcebergConnectionDetails. getTechnologyType()The Iceberg technology type.IcebergConnection.TechnologyTypeIcebergConnection. getTechnologyType()The Iceberg technology type.IcebergConnection.TechnologyTypeIcebergConnectionSummary. getTechnologyType()The Iceberg technology type.static IcebergConnection.TechnologyTypeIcebergConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static IcebergConnection.TechnologyType[]IcebergConnection.TechnologyType. 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 IcebergConnection.TechnologyType Modifier and Type Method Description CreateIcebergConnectionDetails.BuilderCreateIcebergConnectionDetails.Builder. technologyType(IcebergConnection.TechnologyType technologyType)The Iceberg technology type.IcebergConnection.BuilderIcebergConnection.Builder. technologyType(IcebergConnection.TechnologyType technologyType)The Iceberg technology type.IcebergConnectionSummary.BuilderIcebergConnectionSummary.Builder. technologyType(IcebergConnection.TechnologyType technologyType)The Iceberg technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type IcebergConnection.TechnologyType Constructor Description CreateIcebergConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, CreateIcebergCatalogDetails catalog, CreateIcebergStorageDetails storage)Deprecated.IcebergConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, IcebergCatalog catalog, IcebergStorage storage)Deprecated.IcebergConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, IcebergCatalogSummary catalog, IcebergStorageSummary storage)Deprecated.
-