Package | Description |
---|---|
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
static SummarizeSqlStatisticsRequest.Category |
SummarizeSqlStatisticsRequest.Category.create(String key) |
static SummarizeSqlStatisticsRequest.Category |
SummarizeSqlStatisticsRequest.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeSqlStatisticsRequest.Category[] |
SummarizeSqlStatisticsRequest.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SummarizeSqlStatisticsRequest.Category> |
SummarizeSqlStatisticsRequest.getCategory()
Filter sqls by one or more performance categories.
|
Modifier and Type | Method and Description |
---|---|
SummarizeSqlStatisticsRequest.Builder |
SummarizeSqlStatisticsRequest.Builder.category(SummarizeSqlStatisticsRequest.Category singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
SummarizeSqlStatisticsRequest.Builder |
SummarizeSqlStatisticsRequest.Builder.category(List<SummarizeSqlStatisticsRequest.Category> category)
Filter sqls by one or more performance categories.
|
Copyright © 2016–2023. All rights reserved.