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