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