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