Uses of Class
com.oracle.bmc.loganalytics.model.RecallArchivedDataDetails
-
Packages that use RecallArchivedDataDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of RecallArchivedDataDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecallArchivedDataDetails Modifier and Type Method Description RecallArchivedDataDetails
RecallArchivedDataDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type RecallArchivedDataDetails Modifier and Type Method Description RecallArchivedDataDetails.Builder
RecallArchivedDataDetails.Builder. copy(RecallArchivedDataDetails model)
-
Uses of RecallArchivedDataDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RecallArchivedDataDetails Modifier and Type Method Description RecallArchivedDataDetails
RecallArchivedDataRequest. getBody$()
Alternative accessor for the body parameter.RecallArchivedDataDetails
RecallArchivedDataRequest. getRecallArchivedDataDetails()
This is the input to recall archived data.Methods in com.oracle.bmc.loganalytics.requests with parameters of type RecallArchivedDataDetails Modifier and Type Method Description RecallArchivedDataRequest.Builder
RecallArchivedDataRequest.Builder. body$(RecallArchivedDataDetails body)
Alternative setter for the body parameter.RecallArchivedDataRequest.Builder
RecallArchivedDataRequest.Builder. recallArchivedDataDetails(RecallArchivedDataDetails recallArchivedDataDetails)
This is the input to recall archived data.
-