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