Uses of Class
com.oracle.bmc.waf.model.ProtectionCapabilityCollection
-
Packages that use ProtectionCapabilityCollection Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.responses -
-
Uses of ProtectionCapabilityCollection in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapabilityCollection Modifier and Type Method Description ProtectionCapabilityCollection
ProtectionCapabilityCollection.Builder. build()
Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilityCollection Modifier and Type Method Description ProtectionCapabilityCollection.Builder
ProtectionCapabilityCollection.Builder. copy(ProtectionCapabilityCollection model)
-
Uses of ProtectionCapabilityCollection in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return ProtectionCapabilityCollection Modifier and Type Method Description ProtectionCapabilityCollection
ListProtectionCapabilitiesResponse. getProtectionCapabilityCollection()
The returned ProtectionCapabilityCollection instance.Methods in com.oracle.bmc.waf.responses with parameters of type ProtectionCapabilityCollection Modifier and Type Method Description ListProtectionCapabilitiesResponse.Builder
ListProtectionCapabilitiesResponse.Builder. protectionCapabilityCollection(ProtectionCapabilityCollection protectionCapabilityCollection)
The returned ProtectionCapabilityCollection instance.
-