Uses of Class
com.oracle.bmc.databasemigration.model.ConnectionType
-
Packages that use ConnectionType Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of ConnectionType in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.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. -
Uses of ConnectionType in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ConnectionType Modifier and Type Method Description ConnectionTypeListMigrationObjectTypesRequest. getConnectionType()The connection type for migration objects.Methods in com.oracle.bmc.databasemigration.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.databasemigration.requests with parameters of type ConnectionType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. connectionType(ConnectionType singularValue)Singular setter.ListMigrationObjectTypesRequest.BuilderListMigrationObjectTypesRequest.Builder. connectionType(ConnectionType connectionType)The connection type for migration objects.Method parameters in com.oracle.bmc.databasemigration.requests with type arguments of type ConnectionType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. connectionType(List<ConnectionType> connectionType)The array of connection types.
-