Uses of Class
com.oracle.bmc.loganalytics.responses.GetLogAnalyticsEntityResponse
-
Packages that use GetLogAnalyticsEntityResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetLogAnalyticsEntityResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetLogAnalyticsEntityResponse Modifier and Type Method Description GetLogAnalyticsEntityResponse
LogAnalytics. getLogAnalyticsEntity(GetLogAnalyticsEntityRequest request)
Retrieve the log analytics entity with the given id.GetLogAnalyticsEntityResponse
LogAnalyticsClient. getLogAnalyticsEntity(GetLogAnalyticsEntityRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetLogAnalyticsEntityResponse Modifier and Type Method Description Future<GetLogAnalyticsEntityResponse>
LogAnalyticsAsync. getLogAnalyticsEntity(GetLogAnalyticsEntityRequest request, AsyncHandler<GetLogAnalyticsEntityRequest,GetLogAnalyticsEntityResponse> handler)
Retrieve the log analytics entity with the given id.Future<GetLogAnalyticsEntityResponse>
LogAnalyticsAsyncClient. getLogAnalyticsEntity(GetLogAnalyticsEntityRequest request, AsyncHandler<GetLogAnalyticsEntityRequest,GetLogAnalyticsEntityResponse> handler)
-
Uses of GetLogAnalyticsEntityResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetLogAnalyticsEntityResponse Modifier and Type Method Description GetLogAnalyticsEntityResponse
GetLogAnalyticsEntityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetLogAnalyticsEntityResponse Modifier and Type Method Description GetLogAnalyticsEntityResponse.Builder
GetLogAnalyticsEntityResponse.Builder. copy(GetLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
-