Uses of Class
com.oracle.bmc.cloudguard.model.ResponderExecutionSummary
- 
Packages that use ResponderExecutionSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model 
- 
- 
Uses of ResponderExecutionSummary in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard that return types with arguments of type ResponderExecutionSummary Modifier and Type Method Description Iterable<ResponderExecutionSummary>CloudGuardPaginators. listResponderExecutionsRecordIterator(ListResponderExecutionsRequest request)Creates a new iterable which will iterate over theResponderExecutionSummaryobjects contained in responses from the listResponderExecutions operation.
- 
Uses of ResponderExecutionSummary in com.oracle.bmc.cloudguard.modelMethods in com.oracle.bmc.cloudguard.model that return ResponderExecutionSummary Modifier and Type Method Description ResponderExecutionSummaryResponderExecutionSummary.Builder. build()Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResponderExecutionSummary Modifier and Type Method Description List<ResponderExecutionSummary>ResponderExecutionCollection. getItems()List of ResponderExecutionSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResponderExecutionSummary Modifier and Type Method Description ResponderExecutionSummary.BuilderResponderExecutionSummary.Builder. copy(ResponderExecutionSummary model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderExecutionSummary Modifier and Type Method Description ResponderExecutionCollection.BuilderResponderExecutionCollection.Builder. items(List<ResponderExecutionSummary> items)List of ResponderExecutionSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderExecutionSummary Constructor Description ResponderExecutionCollection(List<ResponderExecutionSummary> items, List<ResourceLock> locks)Deprecated.
 
-