Uses of Class
com.oracle.bmc.databasetools.model.ConnectionType
-
Packages that use ConnectionType Package Description com.oracle.bmc.databasetools.model com.oracle.bmc.databasetools.requests -
-
Uses of ConnectionType in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return ConnectionType Modifier and Type Method Description static ConnectionType
ConnectionType. create(String key)
static ConnectionType
ConnectionType. 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. -
Uses of ConnectionType in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return types with arguments of type ConnectionType Modifier and Type Method Description List<ConnectionType>
ListDatabaseToolsConnectionsRequest. getType()
A filter to return only resources their type matches the specified type.Methods in com.oracle.bmc.databasetools.requests with parameters of type ConnectionType Modifier and Type Method Description ListDatabaseToolsConnectionsRequest.Builder
ListDatabaseToolsConnectionsRequest.Builder. type(ConnectionType singularValue)
Singular setter.Method parameters in com.oracle.bmc.databasetools.requests with type arguments of type ConnectionType Modifier and Type Method Description ListDatabaseToolsConnectionsRequest.Builder
ListDatabaseToolsConnectionsRequest.Builder. type(List<ConnectionType> type)
A filter to return only resources their type matches the specified type.
-