Uses of Class
com.oracle.bmc.loganalytics.responses.GetFieldResponse
-
Packages that use GetFieldResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetFieldResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetFieldResponse Modifier and Type Method Description GetFieldResponse
LogAnalytics. getField(GetFieldRequest request)
Gets detailed information about the field with the specified name.GetFieldResponse
LogAnalyticsClient. getField(GetFieldRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetFieldResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetFieldResponse 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 GetFieldResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetFieldResponse Modifier and Type Method Description GetFieldResponse
GetFieldResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetFieldResponse Modifier and Type Method Description GetFieldResponse.Builder
GetFieldResponse.Builder. copy(GetFieldResponse o)
Copy method to populate the builder with values from the given instance.
-