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