Uses of Class
com.oracle.bmc.integration.model.OutboundConnection.OutboundConnectionType
-
Packages that use OutboundConnection.OutboundConnectionType Package Description com.oracle.bmc.integration.model -
-
Uses of OutboundConnection.OutboundConnectionType in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return OutboundConnection.OutboundConnectionType Modifier and Type Method Description static OutboundConnection.OutboundConnectionType
OutboundConnection.OutboundConnectionType. create(String key)
static OutboundConnection.OutboundConnectionType
OutboundConnection.OutboundConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutboundConnection.OutboundConnectionType[]
OutboundConnection.OutboundConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-