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