Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConsumerGroupPrivilegeSummary.Builder |
ConsumerGroupPrivilegeSummary.Builder.grantOption(ConsumerGroupPrivilegeSummary.GrantOption grantOption)
Indicates whether the privilege is granted with the GRANT option (YES) or not (NO).
|
Constructor and Description |
---|
ConsumerGroupPrivilegeSummary(String name,
ConsumerGroupPrivilegeSummary.GrantOption grantOption,
ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.