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 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.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)
ListNamespacesResponse
LogAnalyticsClient. 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 ListNamespacesRequest
ListNamespacesRequest.Builder. build()
Build the instance of ListNamespacesRequest as configured by this builderListNamespacesRequest
ListNamespacesRequest.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.Builder
ListNamespacesRequest.Builder. copy(ListNamespacesRequest o)
Copy method to populate the builder with values from the given instance.
-