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 newWaiter
using the default configuration.Waiter<GetCatalogRequest,GetCatalogResponse>
DataCatalogWaiters. forCatalog(GetCatalogRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCatalogRequest,GetCatalogResponse>
DataCatalogWaiters. forCatalog(GetCatalogRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using 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 newWaiter
using the default configuration.Waiter<GetCatalogRequest,GetCatalogResponse>
DataCatalogWaiters. forCatalog(GetCatalogRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCatalogRequest,GetCatalogResponse>
DataCatalogWaiters. forCatalog(GetCatalogRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetCatalogResponse
DataCatalog. 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)
GetCatalogResponse
DataCatalogClient. 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 GetCatalogRequest
GetCatalogRequest.Builder. build()
Build the instance of GetCatalogRequest as configured by this builderGetCatalogRequest
GetCatalogRequest.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.Builder
GetCatalogRequest.Builder. copy(GetCatalogRequest o)
Copy method to populate the builder with values from the given instance.
-