Uses of Class
com.oracle.bmc.ocicontrolcenter.requests.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description com.oracle.bmc.ocicontrolcenter com.oracle.bmc.ocicontrolcenter.requests -
-
Uses of ListNamespacesRequest in com.oracle.bmc.ocicontrolcenter
Methods in com.oracle.bmc.ocicontrolcenter with parameters of type ListNamespacesRequest Modifier and Type Method Description ListNamespacesResponse
OccMetrics. listNamespaces(ListNamespacesRequest request)
List all the available source services called namespaces emitting metrics for this region.Future<ListNamespacesResponse>
OccMetricsAsync. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
List all the available source services called namespaces emitting metrics for this region.Future<ListNamespacesResponse>
OccMetricsAsyncClient. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
ListNamespacesResponse
OccMetricsClient. listNamespaces(ListNamespacesRequest request)
Iterable<NamespaceSummary>
OccMetricsPaginators. listNamespacesRecordIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over theNamespaceSummary
objects contained in responses from the listNamespaces operation.Iterable<ListNamespacesResponse>
OccMetricsPaginators. listNamespacesResponseIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over the responses received from the listNamespaces operation.Method parameters in com.oracle.bmc.ocicontrolcenter with type arguments of type ListNamespacesRequest Modifier and Type Method Description Future<ListNamespacesResponse>
OccMetricsAsync. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
List all the available source services called namespaces emitting metrics for this region.Future<ListNamespacesResponse>
OccMetricsAsyncClient. listNamespaces(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
-
Uses of ListNamespacesRequest in com.oracle.bmc.ocicontrolcenter.requests
Methods in com.oracle.bmc.ocicontrolcenter.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.ocicontrolcenter.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.
-