Uses of Class
com.oracle.bmc.loganalytics.responses.GetFieldsSummaryResponse
-
Packages that use GetFieldsSummaryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetFieldsSummaryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetFieldsSummaryResponse Modifier and Type Method Description GetFieldsSummaryResponse
LogAnalytics. getFieldsSummary(GetFieldsSummaryRequest request)
Returns the count of fields.GetFieldsSummaryResponse
LogAnalyticsClient. getFieldsSummary(GetFieldsSummaryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetFieldsSummaryResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetFieldsSummaryResponse 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 GetFieldsSummaryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetFieldsSummaryResponse Modifier and Type Method Description GetFieldsSummaryResponse
GetFieldsSummaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetFieldsSummaryResponse Modifier and Type Method Description GetFieldsSummaryResponse.Builder
GetFieldsSummaryResponse.Builder. copy(GetFieldsSummaryResponse o)
Copy method to populate the builder with values from the given instance.
-