Uses of Class
com.oracle.bmc.database.requests.GetDbHomeRequest
-
Packages that use GetDbHomeRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetDbHomeRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type GetDbHomeRequest 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.Methods in com.oracle.bmc.database with parameters of type GetDbHomeRequest 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.GetDbHomeResponse
Database. getDbHome(GetDbHomeRequest request)
Gets information about the specified Database Home.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)
GetDbHomeResponse
DatabaseClient. getDbHome(GetDbHomeRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbHomeRequest 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 GetDbHomeRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetDbHomeRequest Modifier and Type Method Description GetDbHomeRequest
GetDbHomeRequest.Builder. build()
Build the instance of GetDbHomeRequest as configured by this builderGetDbHomeRequest
GetDbHomeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDbHomeRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetDbHomeRequest Modifier and Type Method Description GetDbHomeRequest.Builder
GetDbHomeRequest.Builder. copy(GetDbHomeRequest o)
Copy method to populate the builder with values from the given instance.
-