Uses of Class
com.oracle.bmc.core.model.CaptureFilter.FilterType
-
Packages that use CaptureFilter.FilterType Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of CaptureFilter.FilterType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CaptureFilter.FilterType Modifier and Type Method Description static CaptureFilter.FilterTypeCaptureFilter.FilterType. create(String key)CaptureFilter.FilterTypeCaptureFilter. getFilterType()Indicates which service will use this capture filterstatic CaptureFilter.FilterTypeCaptureFilter.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static CaptureFilter.FilterType[]CaptureFilter.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type CaptureFilter.FilterType Modifier and Type Method Description CaptureFilter.BuilderCaptureFilter.Builder. filterType(CaptureFilter.FilterType filterType)Indicates which service will use this capture filterConstructors in com.oracle.bmc.core.model with parameters of type CaptureFilter.FilterType Constructor Description CaptureFilter(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, CaptureFilter.LifecycleState lifecycleState, CaptureFilter.FilterType filterType, Date timeCreated, List<VtapCaptureFilterRuleDetails> vtapCaptureFilterRules, List<FlowLogCaptureFilterRuleDetails> flowLogCaptureFilterRules)Deprecated. -
Uses of CaptureFilter.FilterType in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CaptureFilter.FilterType Modifier and Type Method Description CaptureFilter.FilterTypeListCaptureFiltersRequest. getFilterType()A filter to only return resources that match the given capture filterType.Methods in com.oracle.bmc.core.requests with parameters of type CaptureFilter.FilterType Modifier and Type Method Description ListCaptureFiltersRequest.BuilderListCaptureFiltersRequest.Builder. filterType(CaptureFilter.FilterType filterType)A filter to only return resources that match the given capture filterType.
-