Uses of Class
com.oracle.bmc.databasemanagement.model.ConsumerGroupPrivilegeSummary.GrantOption
-
Packages that use ConsumerGroupPrivilegeSummary.GrantOption Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ConsumerGroupPrivilegeSummary.GrantOption in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ConsumerGroupPrivilegeSummary.GrantOption Modifier and Type Method Description static ConsumerGroupPrivilegeSummary.GrantOption
ConsumerGroupPrivilegeSummary.GrantOption. create(String key)
ConsumerGroupPrivilegeSummary.GrantOption
ConsumerGroupPrivilegeSummary. getGrantOption()
Indicates whether the privilege is granted with the GRANT option (YES) or not (NO).static ConsumerGroupPrivilegeSummary.GrantOption
ConsumerGroupPrivilegeSummary.GrantOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsumerGroupPrivilegeSummary.GrantOption[]
ConsumerGroupPrivilegeSummary.GrantOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ConsumerGroupPrivilegeSummary.GrantOption Modifier and Type Method Description ConsumerGroupPrivilegeSummary.Builder
ConsumerGroupPrivilegeSummary.Builder. grantOption(ConsumerGroupPrivilegeSummary.GrantOption grantOption)
Indicates whether the privilege is granted with the GRANT option (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ConsumerGroupPrivilegeSummary.GrantOption Constructor Description ConsumerGroupPrivilegeSummary(String name, ConsumerGroupPrivilegeSummary.GrantOption grantOption, ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Deprecated.
-