Uses of Class
com.oracle.bmc.loganalytics.requests.GetRecallCountRequest
-
Packages that use GetRecallCountRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetRecallCountRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetRecallCountRequest 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 madeFuture<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)
GetRecallCountResponse
LogAnalyticsClient. getRecallCount(GetRecallCountRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetRecallCountRequest 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 GetRecallCountRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetRecallCountRequest Modifier and Type Method Description GetRecallCountRequest
GetRecallCountRequest.Builder. build()
Build the instance of GetRecallCountRequest as configured by this builderGetRecallCountRequest
GetRecallCountRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRecallCountRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetRecallCountRequest Modifier and Type Method Description GetRecallCountRequest.Builder
GetRecallCountRequest.Builder. copy(GetRecallCountRequest o)
Copy method to populate the builder with values from the given instance.
-