Waiter<GetCustomPropertyRequest,GetCustomPropertyResponse> |
DataCatalogWaiters.forCustomProperty(GetCustomPropertyRequest request,
LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetCustomPropertyRequest,GetCustomPropertyResponse> |
DataCatalogWaiters.forCustomProperty(GetCustomPropertyRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetCustomPropertyRequest,GetCustomPropertyResponse> |
DataCatalogWaiters.forCustomProperty(GetCustomPropertyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetCustomPropertyResponse |
DataCatalog.getCustomProperty(GetCustomPropertyRequest request) |
Gets a specific custom property for the given key within a data catalog.
|
Future<GetCustomPropertyResponse> |
DataCatalogAsync.getCustomProperty(GetCustomPropertyRequest request,
AsyncHandler<GetCustomPropertyRequest,GetCustomPropertyResponse> handler) |
Gets a specific custom property for the given key within a data catalog.
|
Future<GetCustomPropertyResponse> |
DataCatalogAsyncClient.getCustomProperty(GetCustomPropertyRequest request,
AsyncHandler<GetCustomPropertyRequest,GetCustomPropertyResponse> handler) |
|
GetCustomPropertyResponse |
DataCatalogClient.getCustomProperty(GetCustomPropertyRequest request) |
|