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