Uses of Class
com.oracle.bmc.database.responses.GetPdbConversionHistoryEntryResponse
-
Packages that use GetPdbConversionHistoryEntryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetPdbConversionHistoryEntryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetPdbConversionHistoryEntryResponse Modifier and Type Method Description GetPdbConversionHistoryEntryResponse
Database. getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request)
Gets the details of operations performed to convert the specified database from non-container (non-CDB) to pluggable (PDB).GetPdbConversionHistoryEntryResponse
DatabaseClient. getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetPdbConversionHistoryEntryResponse Modifier and Type Method Description 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)
-
Uses of GetPdbConversionHistoryEntryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetPdbConversionHistoryEntryResponse Modifier and Type Method Description GetPdbConversionHistoryEntryResponse
GetPdbConversionHistoryEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetPdbConversionHistoryEntryResponse Modifier and Type Method Description GetPdbConversionHistoryEntryResponse.Builder
GetPdbConversionHistoryEntryResponse.Builder. copy(GetPdbConversionHistoryEntryResponse o)
Copy method to populate the builder with values from the given instance.
-