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 newWaiterusing the default configuration.Waiter<GetEntityRequest,GetEntityResponse>DataCatalogWaiters. forEntity(GetEntityRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetEntityRequest,GetEntityResponse>DataCatalogWaiters. forEntity(GetEntityRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetEntityRequest,GetEntityResponse>DataCatalogWaiters. forEntity(GetEntityRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetEntityRequest,GetEntityResponse>DataCatalogWaiters. forEntity(GetEntityRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetEntityResponseDataCatalog. 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)GetEntityResponseDataCatalogClient. 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 GetEntityRequestGetEntityRequest.Builder. build()Build the instance of GetEntityRequest as configured by this builderGetEntityRequestGetEntityRequest.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.BuilderGetEntityRequest.Builder. copy(GetEntityRequest o)Copy method to populate the builder with values from the given instance.
-