Uses of Class
com.oracle.bmc.loganalytics.responses.GetNamespaceResponse
-
Packages that use GetNamespaceResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetNamespaceResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
LogAnalytics. getNamespace(GetNamespaceRequest request)
This API gets the namespace details of a tenancy already onboarded in Logging Analytics ApplicationGetNamespaceResponse
LogAnalyticsClient. getNamespace(GetNamespaceRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetNamespaceResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetNamespaceResponse 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 GetNamespaceResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
GetNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse.Builder
GetNamespaceResponse.Builder. copy(GetNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-