Uses of Class
com.oracle.bmc.loganalytics.responses.GetRecallCountResponse
-
Packages that use GetRecallCountResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetRecallCountResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetRecallCountResponse Modifier and Type Method Description GetRecallCountResponse
LogAnalytics. getRecallCount(GetRecallCountRequest request)
This API gets the number of recalls made and the maximum recalls that can be madeGetRecallCountResponse
LogAnalyticsClient. getRecallCount(GetRecallCountRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetRecallCountResponse Modifier and Type Method Description Future<GetRecallCountResponse>
LogAnalyticsAsync. getRecallCount(GetRecallCountRequest request, AsyncHandler<GetRecallCountRequest,GetRecallCountResponse> handler)
This API gets the number of recalls made and the maximum recalls that can be madeFuture<GetRecallCountResponse>
LogAnalyticsAsyncClient. getRecallCount(GetRecallCountRequest request, AsyncHandler<GetRecallCountRequest,GetRecallCountResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetRecallCountResponse Modifier and Type Method Description Future<GetRecallCountResponse>
LogAnalyticsAsync. getRecallCount(GetRecallCountRequest request, AsyncHandler<GetRecallCountRequest,GetRecallCountResponse> handler)
This API gets the number of recalls made and the maximum recalls that can be madeFuture<GetRecallCountResponse>
LogAnalyticsAsyncClient. getRecallCount(GetRecallCountRequest request, AsyncHandler<GetRecallCountRequest,GetRecallCountResponse> handler)
-
Uses of GetRecallCountResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetRecallCountResponse Modifier and Type Method Description GetRecallCountResponse
GetRecallCountResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetRecallCountResponse Modifier and Type Method Description GetRecallCountResponse.Builder
GetRecallCountResponse.Builder. copy(GetRecallCountResponse o)
Copy method to populate the builder with values from the given instance.
-