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