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