Uses of Class
com.oracle.bmc.opsi.model.AwrSnapshotSummary
-
Packages that use AwrSnapshotSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of AwrSnapshotSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type AwrSnapshotSummary Modifier and Type Method Description Iterable<AwrSnapshotSummary>
OperationsInsightsPaginators. listAwrSnapshotsRecordIterator(ListAwrSnapshotsRequest request)
Creates a new iterable which will iterate over theAwrSnapshotSummary
objects contained in responses from the listAwrSnapshots operation. -
Uses of AwrSnapshotSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrSnapshotSummary Modifier and Type Method Description AwrSnapshotSummary
AwrSnapshotSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AwrSnapshotSummary Modifier and Type Method Description List<AwrSnapshotSummary>
AwrSnapshotCollection. getItems()
A list of AWR snapshot summary data.Methods in com.oracle.bmc.opsi.model with parameters of type AwrSnapshotSummary Modifier and Type Method Description AwrSnapshotSummary.Builder
AwrSnapshotSummary.Builder. copy(AwrSnapshotSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AwrSnapshotSummary Modifier and Type Method Description AwrSnapshotCollection.Builder
AwrSnapshotCollection.Builder. items(List<AwrSnapshotSummary> items)
A list of AWR snapshot summary data.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type AwrSnapshotSummary Constructor Description AwrSnapshotCollection(List<AwrSnapshotSummary> items)
Deprecated.
-