Uses of Class
com.oracle.bmc.loganalytics.requests.BatchGetBasicInfoRequest
-
Packages that use BatchGetBasicInfoRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of BatchGetBasicInfoRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type BatchGetBasicInfoRequest Modifier and Type Method Description BatchGetBasicInfoResponse
LogAnalytics. batchGetBasicInfo(BatchGetBasicInfoRequest request)
Lists basic information about a specified set of labels in batch.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)
BatchGetBasicInfoResponse
LogAnalyticsClient. batchGetBasicInfo(BatchGetBasicInfoRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type BatchGetBasicInfoRequest 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 BatchGetBasicInfoRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return BatchGetBasicInfoRequest Modifier and Type Method Description BatchGetBasicInfoRequest
BatchGetBasicInfoRequest.Builder. build()
Build the instance of BatchGetBasicInfoRequest as configured by this builderBatchGetBasicInfoRequest
BatchGetBasicInfoRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BatchGetBasicInfoRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type BatchGetBasicInfoRequest Modifier and Type Method Description BatchGetBasicInfoRequest.Builder
BatchGetBasicInfoRequest.Builder. copy(BatchGetBasicInfoRequest o)
Copy method to populate the builder with values from the given instance.
-