Uses of Class
com.oracle.bmc.goldengate.model.ConnectionType
-
Packages that use ConnectionType Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of ConnectionType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ConnectionType Modifier and Type Method Description static ConnectionTypeConnectionType. create(String key)static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model that return types with arguments of type ConnectionType Modifier and Type Method Description List<ConnectionType>DeploymentTypeSummary. getConnectionTypes()An array of connectionTypes.Method parameters in com.oracle.bmc.goldengate.model with type arguments of type ConnectionType Modifier and Type Method Description DeploymentTypeSummary.BuilderDeploymentTypeSummary.Builder. connectionTypes(List<ConnectionType> connectionTypes)An array of connectionTypes.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type ConnectionType Constructor Description DeploymentTypeSummary(DeploymentCategory category, String displayName, DeploymentType deploymentType, List<ConnectionType> connectionTypes, List<String> sourceTechnologies, List<String> targetTechnologies, String oggVersion, String supportedTechnologiesUrl, String defaultUsername, List<SupportedCapabilities> supportedCapabilities)Deprecated. -
Uses of ConnectionType in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ConnectionType Modifier and Type Method Description ConnectionTypeListDeploymentsRequest. getSupportedConnectionType()The connection type which the deployment must support.Methods in com.oracle.bmc.goldengate.requests that return types with arguments of type ConnectionType Modifier and Type Method Description List<ConnectionType>ListConnectionsRequest. getConnectionType()The array of connection types.Methods in com.oracle.bmc.goldengate.requests with parameters of type ConnectionType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. connectionType(ConnectionType singularValue)Singular setter.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. supportedConnectionType(ConnectionType supportedConnectionType)The connection type which the deployment must support.Method parameters in com.oracle.bmc.goldengate.requests with type arguments of type ConnectionType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. connectionType(List<ConnectionType> connectionType)The array of connection types.
-