Uses of Class
com.oracle.bmc.loganalytics.requests.GetFieldUsagesRequest
-
Packages that use GetFieldUsagesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetFieldUsagesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetFieldUsagesRequest Modifier and Type Method Description GetFieldUsagesResponse
LogAnalytics. getFieldUsages(GetFieldUsagesRequest request)
Gets usage information about the field with the specified name.Future<GetFieldUsagesResponse>
LogAnalyticsAsync. getFieldUsages(GetFieldUsagesRequest request, AsyncHandler<GetFieldUsagesRequest,GetFieldUsagesResponse> handler)
Gets usage information about the field with the specified name.Future<GetFieldUsagesResponse>
LogAnalyticsAsyncClient. getFieldUsages(GetFieldUsagesRequest request, AsyncHandler<GetFieldUsagesRequest,GetFieldUsagesResponse> handler)
GetFieldUsagesResponse
LogAnalyticsClient. getFieldUsages(GetFieldUsagesRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetFieldUsagesRequest Modifier and Type Method Description Future<GetFieldUsagesResponse>
LogAnalyticsAsync. getFieldUsages(GetFieldUsagesRequest request, AsyncHandler<GetFieldUsagesRequest,GetFieldUsagesResponse> handler)
Gets usage information about the field with the specified name.Future<GetFieldUsagesResponse>
LogAnalyticsAsyncClient. getFieldUsages(GetFieldUsagesRequest request, AsyncHandler<GetFieldUsagesRequest,GetFieldUsagesResponse> handler)
-
Uses of GetFieldUsagesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetFieldUsagesRequest Modifier and Type Method Description GetFieldUsagesRequest
GetFieldUsagesRequest.Builder. build()
Build the instance of GetFieldUsagesRequest as configured by this builderGetFieldUsagesRequest
GetFieldUsagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFieldUsagesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetFieldUsagesRequest Modifier and Type Method Description GetFieldUsagesRequest.Builder
GetFieldUsagesRequest.Builder. copy(GetFieldUsagesRequest o)
Copy method to populate the builder with values from the given instance.
-