Uses of Class
com.oracle.bmc.loganalytics.responses.ListNamespacesResponse
-
Packages that use ListNamespacesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListNamespacesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse
LogAnalytics. listNamespaces(ListNamespacesRequest request)
Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region.ListNamespacesResponse
LogAnalyticsClient. listNamespaces(ListNamespacesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description Future<ListNamespacesResponse>
LogAnalyticsAsync. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region.Future<ListNamespacesResponse>
LogAnalyticsAsyncClient. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListNamespacesResponse Modifier and Type Method Description Future<ListNamespacesResponse>
LogAnalyticsAsync. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region.Future<ListNamespacesResponse>
LogAnalyticsAsyncClient. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
-
Uses of ListNamespacesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse
ListNamespacesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse.Builder
ListNamespacesResponse.Builder. copy(ListNamespacesResponse o)
Copy method to populate the builder with values from the given instance.
-