Uses of Class
com.oracle.bmc.datacatalog.requests.GetFolderRequest
-
Packages that use GetFolderRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetFolderRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetFolderRequest Modifier and Type Method Description Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetFolderRequest Modifier and Type Method Description Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFolderRequest,GetFolderResponse>
DataCatalogWaiters. forFolder(GetFolderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetFolderResponse
DataCatalog. getFolder(GetFolderRequest request)
Gets a specific data asset folder by key.Future<GetFolderResponse>
DataCatalogAsync. getFolder(GetFolderRequest request, AsyncHandler<GetFolderRequest,GetFolderResponse> handler)
Gets a specific data asset folder by key.Future<GetFolderResponse>
DataCatalogAsyncClient. getFolder(GetFolderRequest request, AsyncHandler<GetFolderRequest,GetFolderResponse> handler)
GetFolderResponse
DataCatalogClient. getFolder(GetFolderRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetFolderRequest Modifier and Type Method Description Future<GetFolderResponse>
DataCatalogAsync. getFolder(GetFolderRequest request, AsyncHandler<GetFolderRequest,GetFolderResponse> handler)
Gets a specific data asset folder by key.Future<GetFolderResponse>
DataCatalogAsyncClient. getFolder(GetFolderRequest request, AsyncHandler<GetFolderRequest,GetFolderResponse> handler)
-
Uses of GetFolderRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetFolderRequest Modifier and Type Method Description GetFolderRequest
GetFolderRequest.Builder. build()
Build the instance of GetFolderRequest as configured by this builderGetFolderRequest
GetFolderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFolderRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetFolderRequest Modifier and Type Method Description GetFolderRequest.Builder
GetFolderRequest.Builder. copy(GetFolderRequest o)
Copy method to populate the builder with values from the given instance.
-