Uses of Class
com.oracle.bmc.loganalytics.requests.GetNamespaceRequest
-
Packages that use GetNamespaceRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetNamespaceRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetNamespaceRequest Modifier and Type Method Description GetNamespaceResponse
LogAnalytics. getNamespace(GetNamespaceRequest request)
This API gets the namespace details of a tenancy already onboarded in Logging Analytics ApplicationFuture<GetNamespaceResponse>
LogAnalyticsAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
This API gets the namespace details of a tenancy already onboarded in Logging Analytics ApplicationFuture<GetNamespaceResponse>
LogAnalyticsAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
GetNamespaceResponse
LogAnalyticsClient. getNamespace(GetNamespaceRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetNamespaceRequest Modifier and Type Method Description Future<GetNamespaceResponse>
LogAnalyticsAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
This API gets the namespace details of a tenancy already onboarded in Logging Analytics ApplicationFuture<GetNamespaceResponse>
LogAnalyticsAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
-
Uses of GetNamespaceRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequest
GetNamespaceRequest.Builder. build()
Build the instance of GetNamespaceRequest as configured by this builderGetNamespaceRequest
GetNamespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNamespaceRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequest.Builder
GetNamespaceRequest.Builder. copy(GetNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-