Uses of Class
com.oracle.bmc.waf.model.ProtectionCapabilitySummary
-
Packages that use ProtectionCapabilitySummary Package Description com.oracle.bmc.waf com.oracle.bmc.waf.model -
-
Uses of ProtectionCapabilitySummary in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return types with arguments of type ProtectionCapabilitySummary Modifier and Type Method Description Iterable<ProtectionCapabilitySummary>
WafPaginators. listProtectionCapabilitiesRecordIterator(ListProtectionCapabilitiesRequest request)
Creates a new iterable which will iterate over theProtectionCapabilitySummary
objects contained in responses from the listProtectionCapabilities operation. -
Uses of ProtectionCapabilitySummary in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapabilitySummary Modifier and Type Method Description ProtectionCapabilitySummary
ProtectionCapabilitySummary.Builder. build()
Methods in com.oracle.bmc.waf.model that return types with arguments of type ProtectionCapabilitySummary Modifier and Type Method Description List<ProtectionCapabilitySummary>
ProtectionCapabilityCollection. getItems()
List of protection capabilities.Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilitySummary Modifier and Type Method Description ProtectionCapabilitySummary.Builder
ProtectionCapabilitySummary.Builder. copy(ProtectionCapabilitySummary model)
Method parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionCapabilitySummary Modifier and Type Method Description ProtectionCapabilityCollection.Builder
ProtectionCapabilityCollection.Builder. items(List<ProtectionCapabilitySummary> items)
List of protection capabilities.Constructor parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionCapabilitySummary Constructor Description ProtectionCapabilityCollection(List<ProtectionCapabilitySummary> items)
Deprecated.
-