Uses of Class
com.oracle.bmc.devops.model.Connection.ConnectionType
-
Packages that use Connection.ConnectionType Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of Connection.ConnectionType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Connection.ConnectionType Modifier and Type Method Description static Connection.ConnectionType
Connection.ConnectionType. create(String key)
static Connection.ConnectionType
Connection.ConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Connection.ConnectionType[]
Connection.ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Connection.ConnectionType in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return Connection.ConnectionType Modifier and Type Method Description Connection.ConnectionType
ListConnectionsRequest. getConnectionType()
A filter to return only resources that match the given connection type.Methods in com.oracle.bmc.devops.requests with parameters of type Connection.ConnectionType Modifier and Type Method Description ListConnectionsRequest.Builder
ListConnectionsRequest.Builder. connectionType(Connection.ConnectionType connectionType)
A filter to return only resources that match the given connection type.
-