Uses of Class
com.oracle.bmc.datacatalog.responses.GetCatalogResponse
-
Packages that use GetCatalogResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetCatalogResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetCatalogResponse Modifier and Type Method Description GetCatalogResponseDataCatalog. getCatalog(GetCatalogRequest request)Gets a data catalog by identifier.GetCatalogResponseDataCatalogClient. getCatalog(GetCatalogRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetCatalogResponse 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.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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetCatalogResponse 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 GetCatalogResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetCatalogResponse Modifier and Type Method Description GetCatalogResponseGetCatalogResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetCatalogResponse Modifier and Type Method Description GetCatalogResponse.BuilderGetCatalogResponse.Builder. copy(GetCatalogResponse o)Copy method to populate the builder with values from the given instance.
-