Uses of Class
com.oracle.bmc.databasetoolsruntime.model.DatabaseApiGatewayConfigGlobalKey
-
Packages that use DatabaseApiGatewayConfigGlobalKey Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of DatabaseApiGatewayConfigGlobalKey in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return DatabaseApiGatewayConfigGlobalKey Modifier and Type Method Description static DatabaseApiGatewayConfigGlobalKeyDatabaseApiGatewayConfigGlobalKey. create(String key)static DatabaseApiGatewayConfigGlobalKeyDatabaseApiGatewayConfigGlobalKey. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseApiGatewayConfigGlobalKey[]DatabaseApiGatewayConfigGlobalKey. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatabaseApiGatewayConfigGlobalKey in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return DatabaseApiGatewayConfigGlobalKey Modifier and Type Method Description DatabaseApiGatewayConfigGlobalKeyGetDatabaseToolsDatabaseApiGatewayConfigGlobalRequest. getGlobalKey()The key of the global config.DatabaseApiGatewayConfigGlobalKeyUpdateDatabaseToolsDatabaseApiGatewayConfigGlobalRequest. getGlobalKey()The key of the global config.Methods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type DatabaseApiGatewayConfigGlobalKey Modifier and Type Method Description GetDatabaseToolsDatabaseApiGatewayConfigGlobalRequest.BuilderGetDatabaseToolsDatabaseApiGatewayConfigGlobalRequest.Builder. globalKey(DatabaseApiGatewayConfigGlobalKey globalKey)The key of the global config.UpdateDatabaseToolsDatabaseApiGatewayConfigGlobalRequest.BuilderUpdateDatabaseToolsDatabaseApiGatewayConfigGlobalRequest.Builder. globalKey(DatabaseApiGatewayConfigGlobalKey globalKey)The key of the global config.
-