Uses of Class
com.oracle.bmc.cloudguard.model.ProblemHistorySummary
-
Packages that use ProblemHistorySummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ProblemHistorySummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ProblemHistorySummary Modifier and Type Method Description Iterable<ProblemHistorySummary>
CloudGuardPaginators. listProblemHistoriesRecordIterator(ListProblemHistoriesRequest request)
Creates a new iterable which will iterate over theProblemHistorySummary
objects contained in responses from the listProblemHistories operation. -
Uses of ProblemHistorySummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemHistorySummary Modifier and Type Method Description ProblemHistorySummary
ProblemHistorySummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ProblemHistorySummary Modifier and Type Method Description List<ProblemHistorySummary>
ProblemHistoryCollection. getItems()
List of ProblemHistorySummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ProblemHistorySummary Modifier and Type Method Description ProblemHistorySummary.Builder
ProblemHistorySummary.Builder. copy(ProblemHistorySummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemHistorySummary Modifier and Type Method Description ProblemHistoryCollection.Builder
ProblemHistoryCollection.Builder. items(List<ProblemHistorySummary> items)
List of ProblemHistorySummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ProblemHistorySummary Constructor Description ProblemHistoryCollection(List<ProblemHistorySummary> items, List<ResourceLock> locks)
Deprecated.
-