Uses of Class
com.oracle.bmc.databasemanagement.model.RunHistoricAddmDetails
-
Packages that use RunHistoricAddmDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of RunHistoricAddmDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RunHistoricAddmDetails Modifier and Type Method Description RunHistoricAddmDetails
RunHistoricAddmDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type RunHistoricAddmDetails Modifier and Type Method Description RunHistoricAddmDetails.Builder
RunHistoricAddmDetails.Builder. copy(RunHistoricAddmDetails model)
-
Uses of RunHistoricAddmDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return RunHistoricAddmDetails Modifier and Type Method Description RunHistoricAddmDetails
RunHistoricAddmRequest. getBody$()
Alternative accessor for the body parameter.RunHistoricAddmDetails
RunHistoricAddmRequest. getRunHistoricAddmDetails()
The details of the ADDM task, which include the beginning and ending AWR snapshot IDs.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type RunHistoricAddmDetails Modifier and Type Method Description RunHistoricAddmRequest.Builder
RunHistoricAddmRequest.Builder. body$(RunHistoricAddmDetails body)
Alternative setter for the body parameter.RunHistoricAddmRequest.Builder
RunHistoricAddmRequest.Builder. runHistoricAddmDetails(RunHistoricAddmDetails runHistoricAddmDetails)
The details of the ADDM task, which include the beginning and ending AWR snapshot IDs.
-