Waiter<GetPdbConversionHistoryEntryRequest,GetPdbConversionHistoryEntryResponse> |
DatabaseWaiters.forPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request,
PdbConversionHistoryEntry.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetPdbConversionHistoryEntryRequest,GetPdbConversionHistoryEntryResponse> |
DatabaseWaiters.forPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request,
PdbConversionHistoryEntry.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetPdbConversionHistoryEntryRequest,GetPdbConversionHistoryEntryResponse> |
DatabaseWaiters.forPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PdbConversionHistoryEntry.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetPdbConversionHistoryEntryResponse |
Database.getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request) |
Gets the details of operations performed to convert the specified database from non-container
(non-CDB) to pluggable (PDB).
|
Future<GetPdbConversionHistoryEntryResponse> |
DatabaseAsync.getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request,
AsyncHandler<GetPdbConversionHistoryEntryRequest,GetPdbConversionHistoryEntryResponse> handler) |
Gets the details of operations performed to convert the specified database from non-container
(non-CDB) to pluggable (PDB).
|
Future<GetPdbConversionHistoryEntryResponse> |
DatabaseAsyncClient.getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request,
AsyncHandler<GetPdbConversionHistoryEntryRequest,GetPdbConversionHistoryEntryResponse> handler) |
|
GetPdbConversionHistoryEntryResponse |
DatabaseClient.getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request) |
|