Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.responses |
Modifier and Type | Method and Description |
---|---|
GetEntityResponse |
DataCatalog.getEntity(GetEntityRequest request)
Gets a specific data entity by key for a data asset.
|
GetEntityResponse |
DataCatalogClient.getEntity(GetEntityRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEntityRequest,GetEntityResponse> |
DataCatalogWaiters.forEntity(GetEntityRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEntityRequest,GetEntityResponse> |
DataCatalogWaiters.forEntity(GetEntityRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEntityRequest,GetEntityResponse> |
DataCatalogWaiters.forEntity(GetEntityRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetEntityResponse |
GetEntityResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetEntityResponse.Builder |
GetEntityResponse.Builder.copy(GetEntityResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.