Uses of Class
com.oracle.bmc.waf.model.ProtectionCapabilitySummary.Type
-
Packages that use ProtectionCapabilitySummary.Type Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of ProtectionCapabilitySummary.Type in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapabilitySummary.Type Modifier and Type Method Description static ProtectionCapabilitySummary.Type
ProtectionCapabilitySummary.Type. create(String key)
ProtectionCapabilitySummary.Type
ProtectionCapabilitySummary. getType()
The type of protection capability.static ProtectionCapabilitySummary.Type
ProtectionCapabilitySummary.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectionCapabilitySummary.Type[]
ProtectionCapabilitySummary.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilitySummary.Type Modifier and Type Method Description ProtectionCapabilitySummary.Builder
ProtectionCapabilitySummary.Builder. type(ProtectionCapabilitySummary.Type type)
The type of protection capability.Constructors in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilitySummary.Type Constructor Description ProtectionCapabilitySummary(String key, String displayName, String description, Integer version, Boolean isLatestVersion, List<String> groupTags, ProtectionCapabilitySummary.Type type, Integer collaborativeActionThreshold, List<CollaborativeCapabilityWeight> collaborativeWeights)
Deprecated. -
Uses of ProtectionCapabilitySummary.Type in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return ProtectionCapabilitySummary.Type Modifier and Type Method Description ProtectionCapabilitySummary.Type
ListProtectionCapabilitiesRequest. getType()
A filter to return only resources that matches given type.ProtectionCapabilitySummary.Type
ListProtectionCapabilityGroupTagsRequest. getType()
A filter to return only resources that matches given type.Methods in com.oracle.bmc.waf.requests with parameters of type ProtectionCapabilitySummary.Type Modifier and Type Method Description ListProtectionCapabilitiesRequest.Builder
ListProtectionCapabilitiesRequest.Builder. type(ProtectionCapabilitySummary.Type type)
A filter to return only resources that matches given type.ListProtectionCapabilityGroupTagsRequest.Builder
ListProtectionCapabilityGroupTagsRequest.Builder. type(ProtectionCapabilitySummary.Type type)
A filter to return only resources that matches given type.
-