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.cloudguard
Methods 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 theResponderExecutionSummary
objects contained in responses from the listResponderExecutions operation. -
Uses of ResponderExecutionSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderExecutionSummary Modifier and Type Method Description ResponderExecutionSummary
ResponderExecutionSummary.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.Builder
ResponderExecutionSummary.Builder. copy(ResponderExecutionSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderExecutionSummary Modifier and Type Method Description ResponderExecutionCollection.Builder
ResponderExecutionCollection.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.
-