Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
ListNamespacesResponse |
LogAnalyticsClient.listNamespaces(ListNamespacesRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListNamespacesRequest |
ListNamespacesRequest.Builder.build()
Build the instance of ListNamespacesRequest as configured by this builder
|
ListNamespacesRequest |
ListNamespacesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListNamespacesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListNamespacesRequest.Builder |
ListNamespacesRequest.Builder.copy(ListNamespacesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.