Uses of Class
com.oracle.bmc.loganalytics.responses.BatchGetBasicInfoResponse
-
Packages that use BatchGetBasicInfoResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of BatchGetBasicInfoResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return BatchGetBasicInfoResponse Modifier and Type Method Description BatchGetBasicInfoResponse
LogAnalytics. batchGetBasicInfo(BatchGetBasicInfoRequest request)
Lists basic information about a specified set of labels in batch.BatchGetBasicInfoResponse
LogAnalyticsClient. batchGetBasicInfo(BatchGetBasicInfoRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type BatchGetBasicInfoResponse Modifier and Type Method Description Future<BatchGetBasicInfoResponse>
LogAnalyticsAsync. batchGetBasicInfo(BatchGetBasicInfoRequest request, AsyncHandler<BatchGetBasicInfoRequest,BatchGetBasicInfoResponse> handler)
Lists basic information about a specified set of labels in batch.Future<BatchGetBasicInfoResponse>
LogAnalyticsAsyncClient. batchGetBasicInfo(BatchGetBasicInfoRequest request, AsyncHandler<BatchGetBasicInfoRequest,BatchGetBasicInfoResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type BatchGetBasicInfoResponse Modifier and Type Method Description Future<BatchGetBasicInfoResponse>
LogAnalyticsAsync. batchGetBasicInfo(BatchGetBasicInfoRequest request, AsyncHandler<BatchGetBasicInfoRequest,BatchGetBasicInfoResponse> handler)
Lists basic information about a specified set of labels in batch.Future<BatchGetBasicInfoResponse>
LogAnalyticsAsyncClient. batchGetBasicInfo(BatchGetBasicInfoRequest request, AsyncHandler<BatchGetBasicInfoRequest,BatchGetBasicInfoResponse> handler)
-
Uses of BatchGetBasicInfoResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return BatchGetBasicInfoResponse Modifier and Type Method Description BatchGetBasicInfoResponse
BatchGetBasicInfoResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type BatchGetBasicInfoResponse Modifier and Type Method Description BatchGetBasicInfoResponse.Builder
BatchGetBasicInfoResponse.Builder. copy(BatchGetBasicInfoResponse o)
Copy method to populate the builder with values from the given instance.
-