Uses of Class
com.oracle.bmc.databasetoolsruntime.model.PropertySetKey
-
Packages that use PropertySetKey Package Description com.oracle.bmc.databasetoolsruntime.model com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of PropertySetKey in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return PropertySetKey Modifier and Type Method Description static PropertySetKeyPropertySetKey. create(String key)static PropertySetKeyPropertySetKey. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertySetKey[]PropertySetKey. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertySetKey in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return PropertySetKey Modifier and Type Method Description PropertySetKeyGetPropertySetRequest. getPropertySetKey()The name of the property setPropertySetKeyUpdatePropertySetRequest. getPropertySetKey()The name of the property setMethods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type PropertySetKey Modifier and Type Method Description GetPropertySetRequest.BuilderGetPropertySetRequest.Builder. propertySetKey(PropertySetKey propertySetKey)The name of the property setUpdatePropertySetRequest.BuilderUpdatePropertySetRequest.Builder. propertySetKey(PropertySetKey propertySetKey)The name of the property set
-