Uses of Class
com.oracle.bmc.datacatalog.responses.GetEntityResponse
-
Packages that use GetEntityResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetEntityResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetEntityResponse Modifier and Type Method Description GetEntityResponseDataCatalog. getEntity(GetEntityRequest request)Gets a specific data entity by key for a data asset.GetEntityResponseDataCatalogClient. getEntity(GetEntityRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetEntityResponse 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.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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetEntityResponse 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 GetEntityResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetEntityResponse Modifier and Type Method Description GetEntityResponseGetEntityResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetEntityResponse Modifier and Type Method Description GetEntityResponse.BuilderGetEntityResponse.Builder. copy(GetEntityResponse o)Copy method to populate the builder with values from the given instance.
-