Uses of Class
com.oracle.bmc.databasemigration.model.ReasonKeywords
-
Packages that use ReasonKeywords Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of ReasonKeywords in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ReasonKeywords Modifier and Type Method 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.Methods in com.oracle.bmc.databasemigration.model with parameters of type ReasonKeywords Modifier and Type Method Description ExcludedObjectSummary.Builder
ExcludedObjectSummary.Builder. reasonCategory(ReasonKeywords reasonCategory)
Reason category for object exclusion.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ReasonKeywords Constructor Description ExcludedObjectSummary(String owner, String object, String type, ReasonKeywords reasonCategory, String sourceRule)
Deprecated. -
Uses of ReasonKeywords in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return ReasonKeywords Modifier and Type Method Description ReasonKeywords
ListExcludedObjectsRequest. getReasonCategory()
Reason category for the excluded objectMethods in com.oracle.bmc.databasemigration.requests with parameters of type ReasonKeywords Modifier and Type Method Description ListExcludedObjectsRequest.Builder
ListExcludedObjectsRequest.Builder. reasonCategory(ReasonKeywords reasonCategory)
Reason category for the excluded object
-