Package | Description |
---|---|
com.oracle.bmc.databasemigration.model | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
static ReasonKeywords |
ReasonKeywords.create(String key) |
ReasonKeywords |
ExcludedObjectSummary.getReasonCategory()
Reason category for object exclusion.
|
static ReasonKeywords |
ReasonKeywords.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonKeywords[] |
ReasonKeywords.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExcludedObjectSummary.Builder |
ExcludedObjectSummary.Builder.reasonCategory(ReasonKeywords reasonCategory)
Reason category for object exclusion.
|
Constructor and Description |
---|
ExcludedObjectSummary(String owner,
String object,
String type,
ReasonKeywords reasonCategory,
String sourceRule)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReasonKeywords |
ListExcludedObjectsRequest.getReasonCategory()
Reason category for the excluded object
|
Modifier and Type | Method and Description |
---|---|
ListExcludedObjectsRequest.Builder |
ListExcludedObjectsRequest.Builder.reasonCategory(ReasonKeywords reasonCategory)
Reason category for the excluded object
|
Copyright © 2016–2024. All rights reserved.