Uses of Class
com.oracle.bmc.goldengate.model.JavaMessageServiceConnection.TechnologyType
-
Packages that use JavaMessageServiceConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of JavaMessageServiceConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return JavaMessageServiceConnection.TechnologyType Modifier and Type Method Description static JavaMessageServiceConnection.TechnologyType
JavaMessageServiceConnection.TechnologyType. create(String key)
JavaMessageServiceConnection.TechnologyType
CreateJavaMessageServiceConnectionDetails. getTechnologyType()
The Java Message Service technology type.JavaMessageServiceConnection.TechnologyType
JavaMessageServiceConnection. getTechnologyType()
The Java Message Service technology type.JavaMessageServiceConnection.TechnologyType
JavaMessageServiceConnectionSummary. getTechnologyType()
The Java Message Service technology type.static JavaMessageServiceConnection.TechnologyType
JavaMessageServiceConnection.TechnologyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaMessageServiceConnection.TechnologyType[]
JavaMessageServiceConnection.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 JavaMessageServiceConnection.TechnologyType Modifier and Type Method Description CreateJavaMessageServiceConnectionDetails.Builder
CreateJavaMessageServiceConnectionDetails.Builder. technologyType(JavaMessageServiceConnection.TechnologyType technologyType)
The Java Message Service technology type.JavaMessageServiceConnection.Builder
JavaMessageServiceConnection.Builder. technologyType(JavaMessageServiceConnection.TechnologyType technologyType)
The Java Message Service technology type.JavaMessageServiceConnectionSummary.Builder
JavaMessageServiceConnectionSummary.Builder. technologyType(JavaMessageServiceConnection.TechnologyType technologyType)
The Java Message Service technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type JavaMessageServiceConnection.TechnologyType Constructor Description CreateJavaMessageServiceConnectionDetails(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String jndiSecurityCredentials, String jndiSecurityCredentialsSecretId, String connectionUrl, String connectionFactory, String username, String password, String passwordSecretId, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String sslKeyPassword, String sslKeyPasswordSecretId, String privateIp)
Deprecated.JavaMessageServiceConnection(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String connectionUrl, String connectionFactory, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String username, String privateIp, String jndiSecurityCredentialsSecretId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)
Deprecated.JavaMessageServiceConnectionSummary(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, JavaMessageServiceConnection.TechnologyType technologyType, Boolean shouldUseJndi, String jndiConnectionFactory, String jndiProviderUrl, String jndiInitialContextFactory, String jndiSecurityPrincipal, String connectionUrl, String connectionFactory, JavaMessageServiceConnection.SecurityProtocol securityProtocol, JavaMessageServiceConnection.AuthenticationType authenticationType, String username, String privateIp, String jndiSecurityCredentialsSecretId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId)
Deprecated.
-