Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ConsumerGroupPrivilegeSummary.InitialGroup |
ConsumerGroupPrivilegeSummary.InitialGroup.create(String key) |
ConsumerGroupPrivilegeSummary.InitialGroup |
ConsumerGroupPrivilegeSummary.getInitialGroup()
Indicates whether the consumer group is designated as the default for this user or role (YES)
or not (NO).
|
static ConsumerGroupPrivilegeSummary.InitialGroup |
ConsumerGroupPrivilegeSummary.InitialGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerGroupPrivilegeSummary.InitialGroup[] |
ConsumerGroupPrivilegeSummary.InitialGroup.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.initialGroup(ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Indicates whether the consumer group is designated as the default for this user or role
(YES) or not (NO).
|
Constructor and Description |
---|
ConsumerGroupPrivilegeSummary(String name,
ConsumerGroupPrivilegeSummary.GrantOption grantOption,
ConsumerGroupPrivilegeSummary.InitialGroup initialGroup)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.