Uses of Class
com.oracle.bmc.cloudguard.model.ResponderActivitySummary
-
Packages that use ResponderActivitySummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ResponderActivitySummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ResponderActivitySummary Modifier and Type Method Description Iterable<ResponderActivitySummary>
CloudGuardPaginators. listResponderActivitiesRecordIterator(ListResponderActivitiesRequest request)
Creates a new iterable which will iterate over theResponderActivitySummary
objects contained in responses from the listResponderActivities operation. -
Uses of ResponderActivitySummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderActivitySummary Modifier and Type Method Description ResponderActivitySummary
ResponderActivitySummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResponderActivitySummary Modifier and Type Method Description List<ResponderActivitySummary>
ResponderActivityCollection. getItems()
List of ResponderActivitySummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResponderActivitySummary Modifier and Type Method Description ResponderActivitySummary.Builder
ResponderActivitySummary.Builder. copy(ResponderActivitySummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderActivitySummary Modifier and Type Method Description ResponderActivityCollection.Builder
ResponderActivityCollection.Builder. items(List<ResponderActivitySummary> items)
List of ResponderActivitySummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResponderActivitySummary Constructor Description ResponderActivityCollection(List<ResponderActivitySummary> items)
Deprecated.
-