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 newWaiterusing the default configuration.Waiter<GetFolderRequest,GetFolderResponse>DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetFolderRequest,GetFolderResponse>DataCatalogWaiters. forFolder(GetFolderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetFolderRequest,GetFolderResponse>DataCatalogWaiters. forFolder(GetFolderRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetFolderRequest,GetFolderResponse>DataCatalogWaiters. forFolder(GetFolderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetFolderResponseDataCatalog. 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)GetFolderResponseDataCatalogClient. 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 GetFolderRequestGetFolderRequest.Builder. build()Build the instance of GetFolderRequest as configured by this builderGetFolderRequestGetFolderRequest.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.BuilderGetFolderRequest.Builder. copy(GetFolderRequest o)Copy method to populate the builder with values from the given instance.
-