Uses of Class
com.oracle.bmc.datacatalog.responses.GetNamespaceResponse
-
Packages that use GetNamespaceResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetNamespaceResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
DataCatalog. getNamespace(GetNamespaceRequest request)
Gets a specific namespace for the given key within a data catalog.GetNamespaceResponse
DataCatalogClient. getNamespace(GetNamespaceRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetNamespaceResponse Modifier and Type Method Description Waiter<GetNamespaceRequest,GetNamespaceResponse>
DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>
DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>
DataCatalogWaiters. forNamespace(GetNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetNamespaceResponse>
DataCatalogAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Gets a specific namespace for the given key within a data catalog.Future<GetNamespaceResponse>
DataCatalogAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetNamespaceResponse Modifier and Type Method Description Future<GetNamespaceResponse>
DataCatalogAsync. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
Gets a specific namespace for the given key within a data catalog.Future<GetNamespaceResponse>
DataCatalogAsyncClient. getNamespace(GetNamespaceRequest request, AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
-
Uses of GetNamespaceResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetNamespaceResponse Modifier and Type Method Description GetNamespaceResponse
GetNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.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.
-