Uses of Class
com.oracle.bmc.loganalytics.requests.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListNamespacesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListNamespacesRequest Modifier and Type Method Description ListNamespacesResponseLogAnalytics. listNamespaces(ListNamespacesRequest request)Given a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region.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)ListNamespacesResponseLogAnalyticsClient. listNamespaces(ListNamespacesRequest request)Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListNamespacesRequest 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 ListNamespacesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListNamespacesRequest Modifier and Type Method Description ListNamespacesRequestListNamespacesRequest.Builder. build()Build the instance of ListNamespacesRequest as configured by this builderListNamespacesRequestListNamespacesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListNamespacesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListNamespacesRequest Modifier and Type Method Description ListNamespacesRequest.BuilderListNamespacesRequest.Builder. copy(ListNamespacesRequest o)Copy method to populate the builder with values from the given instance.
-