Uses of Class
com.oracle.bmc.datacatalog.requests.GetNamespaceRequest
-
Packages that use GetNamespaceRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetNamespaceRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetNamespaceRequest Modifier and Type Method Description Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetNamespaceRequest Modifier and Type Method Description Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetNamespaceRequest,GetNamespaceResponse>DataCatalogWaiters. forNamespace(GetNamespaceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetNamespaceResponseDataCatalog. getNamespace(GetNamespaceRequest request)Gets a specific namespace for the given key within a data catalog.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)GetNamespaceResponseDataCatalogClient. getNamespace(GetNamespaceRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetNamespaceRequest 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 GetNamespaceRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequestGetNamespaceRequest.Builder. build()Build the instance of GetNamespaceRequest as configured by this builderGetNamespaceRequestGetNamespaceRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetNamespaceRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetNamespaceRequest Modifier and Type Method Description GetNamespaceRequest.BuilderGetNamespaceRequest.Builder. copy(GetNamespaceRequest o)Copy method to populate the builder with values from the given instance.
-