Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogCollection
-
Packages that use AlertLogCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of AlertLogCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogCollection Modifier and Type Method Description AlertLogCollection
AlertLogCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogCollection Modifier and Type Method Description AlertLogCollection.Builder
AlertLogCollection.Builder. copy(AlertLogCollection model)
-
Uses of AlertLogCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return AlertLogCollection Modifier and Type Method Description AlertLogCollection
ListAlertLogsResponse. getAlertLogCollection()
The returned AlertLogCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type AlertLogCollection Modifier and Type Method Description ListAlertLogsResponse.Builder
ListAlertLogsResponse.Builder. alertLogCollection(AlertLogCollection alertLogCollection)
The returned AlertLogCollection instance.
-