Uses of Class
com.oracle.bmc.datacatalog.requests.GetMetastoreRequest
-
Packages that use GetMetastoreRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetMetastoreRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetMetastoreRequest Modifier and Type Method Description Waiter<GetMetastoreRequest,GetMetastoreResponse>DataCatalogWaiters. forMetastore(GetMetastoreRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMetastoreRequest,GetMetastoreResponse>DataCatalogWaiters. forMetastore(GetMetastoreRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMetastoreRequest,GetMetastoreResponse>DataCatalogWaiters. forMetastore(GetMetastoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetMetastoreRequest Modifier and Type Method Description Future<GetMetastoreResponse>DataCatalogAsync. getMetastore(GetMetastoreRequest request, AsyncHandler<GetMetastoreRequest,GetMetastoreResponse> handler)Gets a metastore by identifier.Future<GetMetastoreResponse>DataCatalogAsyncClient. getMetastore(GetMetastoreRequest request, AsyncHandler<GetMetastoreRequest,GetMetastoreResponse> handler) -
Uses of GetMetastoreRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetMetastoreRequest Modifier and Type Method Description GetMetastoreRequestGetMetastoreRequest.Builder. build()Build the instance of GetMetastoreRequest as configured by this builderGetMetastoreRequestGetMetastoreRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetMetastoreRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetMetastoreRequest Modifier and Type Method Description GetMetastoreRequest.BuilderGetMetastoreRequest.Builder. copy(GetMetastoreRequest o)Copy method to populate the builder with values from the given instance.
-