Uses of Class
com.oracle.bmc.goldengate.model.AzureDataLakeStorageConnection.TechnologyType
-
Packages that use AzureDataLakeStorageConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AzureDataLakeStorageConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AzureDataLakeStorageConnection.TechnologyType Modifier and Type Method Description static AzureDataLakeStorageConnection.TechnologyTypeAzureDataLakeStorageConnection.TechnologyType. create(String key)AzureDataLakeStorageConnection.TechnologyTypeAzureDataLakeStorageConnection. getTechnologyType()The Azure Data Lake Storage technology type.AzureDataLakeStorageConnection.TechnologyTypeAzureDataLakeStorageConnectionSummary. getTechnologyType()The Azure Data Lake Storage technology type.AzureDataLakeStorageConnection.TechnologyTypeCreateAzureDataLakeStorageConnectionDetails. getTechnologyType()The Azure Data Lake Storage technology type.static AzureDataLakeStorageConnection.TechnologyTypeAzureDataLakeStorageConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureDataLakeStorageConnection.TechnologyType[]AzureDataLakeStorageConnection.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 AzureDataLakeStorageConnection.TechnologyType Modifier and Type Method Description AzureDataLakeStorageConnection.BuilderAzureDataLakeStorageConnection.Builder. technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)The Azure Data Lake Storage technology type.AzureDataLakeStorageConnectionSummary.BuilderAzureDataLakeStorageConnectionSummary.Builder. technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)The Azure Data Lake Storage technology type.CreateAzureDataLakeStorageConnectionDetails.BuilderCreateAzureDataLakeStorageConnectionDetails.Builder. technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)The Azure Data Lake Storage technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type AzureDataLakeStorageConnection.TechnologyType Constructor Description AzureDataLakeStorageConnection(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, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String azureTenantId, String clientId, String endpoint, String accountKeySecretId, String sasTokenSecretId, String clientSecretSecretId)Deprecated.AzureDataLakeStorageConnectionSummary(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, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String azureTenantId, String clientId, String endpoint, String accountKeySecretId, String sasTokenSecretId, String clientSecretSecretId)Deprecated.CreateAzureDataLakeStorageConnectionDetails(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, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String accountKey, String accountKeySecretId, String sasToken, String sasTokenSecretId, String azureTenantId, String clientId, String clientSecret, String clientSecretSecretId, String endpoint)Deprecated.
-