Uses of Class
com.oracle.bmc.loganalytics.requests.GetFieldsSummaryRequest
-
Packages that use GetFieldsSummaryRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetFieldsSummaryRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetFieldsSummaryRequest Modifier and Type Method Description GetFieldsSummaryResponse
LogAnalytics. getFieldsSummary(GetFieldsSummaryRequest request)
Returns the count of fields.Future<GetFieldsSummaryResponse>
LogAnalyticsAsync. getFieldsSummary(GetFieldsSummaryRequest request, AsyncHandler<GetFieldsSummaryRequest,GetFieldsSummaryResponse> handler)
Returns the count of fields.Future<GetFieldsSummaryResponse>
LogAnalyticsAsyncClient. getFieldsSummary(GetFieldsSummaryRequest request, AsyncHandler<GetFieldsSummaryRequest,GetFieldsSummaryResponse> handler)
GetFieldsSummaryResponse
LogAnalyticsClient. getFieldsSummary(GetFieldsSummaryRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetFieldsSummaryRequest Modifier and Type Method Description Future<GetFieldsSummaryResponse>
LogAnalyticsAsync. getFieldsSummary(GetFieldsSummaryRequest request, AsyncHandler<GetFieldsSummaryRequest,GetFieldsSummaryResponse> handler)
Returns the count of fields.Future<GetFieldsSummaryResponse>
LogAnalyticsAsyncClient. getFieldsSummary(GetFieldsSummaryRequest request, AsyncHandler<GetFieldsSummaryRequest,GetFieldsSummaryResponse> handler)
-
Uses of GetFieldsSummaryRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetFieldsSummaryRequest Modifier and Type Method Description GetFieldsSummaryRequest
GetFieldsSummaryRequest.Builder. build()
Build the instance of GetFieldsSummaryRequest as configured by this builderGetFieldsSummaryRequest
GetFieldsSummaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFieldsSummaryRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetFieldsSummaryRequest Modifier and Type Method Description GetFieldsSummaryRequest.Builder
GetFieldsSummaryRequest.Builder. copy(GetFieldsSummaryRequest o)
Copy method to populate the builder with values from the given instance.
-