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