Uses of Class
com.oracle.bmc.cloudguard.model.WlpAgentSummary
-
Packages that use WlpAgentSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of WlpAgentSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type WlpAgentSummary Modifier and Type Method Description Iterable<WlpAgentSummary>
CloudGuardPaginators. listWlpAgentsRecordIterator(ListWlpAgentsRequest request)
Creates a new iterable which will iterate over theWlpAgentSummary
objects contained in responses from the listWlpAgents operation. -
Uses of WlpAgentSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return WlpAgentSummary Modifier and Type Method Description WlpAgentSummary
WlpAgentSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type WlpAgentSummary Modifier and Type Method Description List<WlpAgentSummary>
WlpAgentCollection. getItems()
List of WLP agentsMethods in com.oracle.bmc.cloudguard.model with parameters of type WlpAgentSummary Modifier and Type Method Description WlpAgentSummary.Builder
WlpAgentSummary.Builder. copy(WlpAgentSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type WlpAgentSummary Modifier and Type Method Description WlpAgentCollection.Builder
WlpAgentCollection.Builder. items(List<WlpAgentSummary> items)
List of WLP agentsConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type WlpAgentSummary Constructor Description WlpAgentCollection(List<WlpAgentSummary> items, List<ResourceLock> locks)
Deprecated.
-