Uses of Class
com.oracle.bmc.goldengate.model.ElasticsearchConnection.TechnologyType
-
Packages that use ElasticsearchConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of ElasticsearchConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ElasticsearchConnection.TechnologyType Modifier and Type Method Description static ElasticsearchConnection.TechnologyTypeElasticsearchConnection.TechnologyType. create(String key)ElasticsearchConnection.TechnologyTypeCreateElasticsearchConnectionDetails. getTechnologyType()The Elasticsearch technology type.ElasticsearchConnection.TechnologyTypeElasticsearchConnection. getTechnologyType()The Elasticsearch technology type.ElasticsearchConnection.TechnologyTypeElasticsearchConnectionSummary. getTechnologyType()The Elasticsearch technology type.static ElasticsearchConnection.TechnologyTypeElasticsearchConnection.TechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElasticsearchConnection.TechnologyType[]ElasticsearchConnection.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 ElasticsearchConnection.TechnologyType Modifier and Type Method Description CreateElasticsearchConnectionDetails.BuilderCreateElasticsearchConnectionDetails.Builder. technologyType(ElasticsearchConnection.TechnologyType technologyType)The Elasticsearch technology type.ElasticsearchConnection.BuilderElasticsearchConnection.Builder. technologyType(ElasticsearchConnection.TechnologyType technologyType)The Elasticsearch technology type.ElasticsearchConnectionSummary.BuilderElasticsearchConnectionSummary.Builder. technologyType(ElasticsearchConnection.TechnologyType technologyType)The Elasticsearch technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type ElasticsearchConnection.TechnologyType Constructor Description CreateElasticsearchConnectionDetails(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, ElasticsearchConnection.TechnologyType technologyType, String servers, ElasticsearchConnection.SecurityProtocol securityProtocol, ElasticsearchConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String fingerprint)Deprecated.ElasticsearchConnection(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, ElasticsearchConnection.TechnologyType technologyType, String servers, ElasticsearchConnection.SecurityProtocol securityProtocol, ElasticsearchConnection.AuthenticationType authenticationType, String username, String passwordSecretId, String fingerprint)Deprecated.ElasticsearchConnectionSummary(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, ElasticsearchConnection.TechnologyType technologyType, String servers, ElasticsearchConnection.SecurityProtocol securityProtocol, ElasticsearchConnection.AuthenticationType authenticationType, String username, String passwordSecretId)Deprecated.
-