Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.DbResourceIdFilter.EntityType
-
Packages that use DbResourceIdFilter.EntityType Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of DbResourceIdFilter.EntityType in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return DbResourceIdFilter.EntityType Modifier and Type Method Description static DbResourceIdFilter.EntityType
DbResourceIdFilter.EntityType. create(String key)
DbResourceIdFilter.EntityType
DbResourceIdFilter. getEntityType()
Type of resource to match in the discovery.static DbResourceIdFilter.EntityType
DbResourceIdFilter.EntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbResourceIdFilter.EntityType[]
DbResourceIdFilter.EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type DbResourceIdFilter.EntityType Modifier and Type Method Description DbResourceIdFilter.Builder
DbResourceIdFilter.Builder. entityType(DbResourceIdFilter.EntityType entityType)
Type of resource to match in the discovery.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type DbResourceIdFilter.EntityType Constructor Description DbResourceIdFilter(DbFleetDiscoveryFilter.Mode mode, DbResourceIdFilter.EntityType entityType, List<String> identifiers, FleetDiscoveryOperators operator)
Deprecated.
-