Uses of Class
com.oracle.bmc.loganalytics.requests.ListSourceExtendedFieldDefinitionsRequest
-
Packages that use ListSourceExtendedFieldDefinitionsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListSourceExtendedFieldDefinitionsRequest in com.oracle.bmc.loganalytics
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListSourceExtendedFieldDefinitionsRequest Modifier and Type Method Description Future<ListSourceExtendedFieldDefinitionsResponse>
LogAnalyticsAsync. listSourceExtendedFieldDefinitions(ListSourceExtendedFieldDefinitionsRequest request, AsyncHandler<ListSourceExtendedFieldDefinitionsRequest,ListSourceExtendedFieldDefinitionsResponse> handler)
Lists the extended field definitions for the source with the specified name.Future<ListSourceExtendedFieldDefinitionsResponse>
LogAnalyticsAsyncClient. listSourceExtendedFieldDefinitions(ListSourceExtendedFieldDefinitionsRequest request, AsyncHandler<ListSourceExtendedFieldDefinitionsRequest,ListSourceExtendedFieldDefinitionsResponse> handler)
-
Uses of ListSourceExtendedFieldDefinitionsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListSourceExtendedFieldDefinitionsRequest Modifier and Type Method Description ListSourceExtendedFieldDefinitionsRequest
ListSourceExtendedFieldDefinitionsRequest.Builder. build()
Build the instance of ListSourceExtendedFieldDefinitionsRequest as configured by this builderListSourceExtendedFieldDefinitionsRequest
ListSourceExtendedFieldDefinitionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSourceExtendedFieldDefinitionsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListSourceExtendedFieldDefinitionsRequest Modifier and Type Method Description ListSourceExtendedFieldDefinitionsRequest.Builder
ListSourceExtendedFieldDefinitionsRequest.Builder. copy(ListSourceExtendedFieldDefinitionsRequest o)
Copy method to populate the builder with values from the given instance.
-