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