Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.responses |
Modifier and Type | Method and Description |
---|---|
GetTypeResponse |
DataCatalogClient.getType(GetTypeRequest request) |
GetTypeResponse |
DataCatalog.getType(GetTypeRequest request)
Gets a specific type by key within a data catalog.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetTypeRequest,GetTypeResponse> |
DataCatalogWaiters.forType(GetTypeRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTypeRequest,GetTypeResponse> |
DataCatalogWaiters.forType(GetTypeRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTypeRequest,GetTypeResponse> |
DataCatalogWaiters.forType(GetTypeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetTypeResponse> |
DataCatalogAsync.getType(GetTypeRequest request,
AsyncHandler<GetTypeRequest,GetTypeResponse> handler)
Gets a specific type by key within a data catalog.
|
Future<GetTypeResponse> |
DataCatalogAsyncClient.getType(GetTypeRequest request,
AsyncHandler<GetTypeRequest,GetTypeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetTypeResponse> |
DataCatalogAsync.getType(GetTypeRequest request,
AsyncHandler<GetTypeRequest,GetTypeResponse> handler)
Gets a specific type by key within a data catalog.
|
Future<GetTypeResponse> |
DataCatalogAsyncClient.getType(GetTypeRequest request,
AsyncHandler<GetTypeRequest,GetTypeResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetTypeResponse |
GetTypeResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetTypeResponse.Builder |
GetTypeResponse.Builder.copy(GetTypeResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.