Uses of Class
com.oracle.bmc.datasafe.requests.ListReportDefinitionsRequest.Category
-
Packages that use ListReportDefinitionsRequest.Category Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListReportDefinitionsRequest.Category in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListReportDefinitionsRequest.Category Modifier and Type Method Description static ListReportDefinitionsRequest.CategoryListReportDefinitionsRequest.Category. create(String key)ListReportDefinitionsRequest.CategoryListReportDefinitionsRequest. getCategory()An optional filter to return only resources that match the specified category.static ListReportDefinitionsRequest.CategoryListReportDefinitionsRequest.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static ListReportDefinitionsRequest.Category[]ListReportDefinitionsRequest.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListReportDefinitionsRequest.Category Modifier and Type Method Description ListReportDefinitionsRequest.BuilderListReportDefinitionsRequest.Builder. category(ListReportDefinitionsRequest.Category category)An optional filter to return only resources that match the specified category.
-