Package | Description |
---|---|
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static ListFindingsRequest.Severity |
ListFindingsRequest.Severity.create(String key) |
ListFindingsRequest.Severity |
ListFindingsRequest.getSeverity()
A filter to return only findings of a particular risk level.
|
static ListFindingsRequest.Severity |
ListFindingsRequest.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListFindingsRequest.Severity[] |
ListFindingsRequest.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.severity(ListFindingsRequest.Severity severity)
A filter to return only findings of a particular risk level.
|
Copyright © 2016–2023. All rights reserved.