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.EntityTypeDbResourceIdFilter.EntityType. create(String key)DbResourceIdFilter.EntityTypeDbResourceIdFilter. getEntityType()Type of resource to match in the discovery.static DbResourceIdFilter.EntityTypeDbResourceIdFilter.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.BuilderDbResourceIdFilter.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. 
 -