Uses of Class
com.oracle.bmc.database.responses.GetDbHomeResponse
-
Packages that use GetDbHomeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDbHomeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDbHomeResponse Modifier and Type Method Description GetDbHomeResponse
Database. getDbHome(GetDbHomeRequest request)
Gets information about the specified Database Home.GetDbHomeResponse
DatabaseClient. getDbHome(GetDbHomeRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetDbHomeResponse Modifier and Type Method Description Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, DbHome.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, DbHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbHome.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetDbHomeResponse>
DatabaseAsync. getDbHome(GetDbHomeRequest request, AsyncHandler<GetDbHomeRequest,GetDbHomeResponse> handler)
Gets information about the specified Database Home.Future<GetDbHomeResponse>
DatabaseAsyncClient. getDbHome(GetDbHomeRequest request, AsyncHandler<GetDbHomeRequest,GetDbHomeResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbHomeResponse Modifier and Type Method Description Future<GetDbHomeResponse>
DatabaseAsync. getDbHome(GetDbHomeRequest request, AsyncHandler<GetDbHomeRequest,GetDbHomeResponse> handler)
Gets information about the specified Database Home.Future<GetDbHomeResponse>
DatabaseAsyncClient. getDbHome(GetDbHomeRequest request, AsyncHandler<GetDbHomeRequest,GetDbHomeResponse> handler)
-
Uses of GetDbHomeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDbHomeResponse Modifier and Type Method Description GetDbHomeResponse
GetDbHomeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDbHomeResponse Modifier and Type Method Description GetDbHomeResponse.Builder
GetDbHomeResponse.Builder. copy(GetDbHomeResponse o)
Copy method to populate the builder with values from the given instance.
-