Uses of Class
com.oracle.bmc.database.responses.GetGiHomeResponse
-
Packages that use GetGiHomeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetGiHomeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetGiHomeResponse Modifier and Type Method Description GetGiHomeResponseDatabase. getGiHome(GetGiHomeRequest request)Gets information about the specified Grid Infrastructure Home.GetGiHomeResponseDatabaseClient. getGiHome(GetGiHomeRequest request)Methods in com.oracle.bmc.database that return types with arguments of type GetGiHomeResponse Modifier and Type Method Description Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, GiHome.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, GiHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, GiHome.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetGiHomeResponse>DatabaseAsync. getGiHome(GetGiHomeRequest request, AsyncHandler<GetGiHomeRequest,GetGiHomeResponse> handler)Gets information about the specified Grid Infrastructure Home.Future<GetGiHomeResponse>DatabaseAsyncClient. getGiHome(GetGiHomeRequest request, AsyncHandler<GetGiHomeRequest,GetGiHomeResponse> handler)Method parameters in com.oracle.bmc.database with type arguments of type GetGiHomeResponse Modifier and Type Method Description Future<GetGiHomeResponse>DatabaseAsync. getGiHome(GetGiHomeRequest request, AsyncHandler<GetGiHomeRequest,GetGiHomeResponse> handler)Gets information about the specified Grid Infrastructure Home.Future<GetGiHomeResponse>DatabaseAsyncClient. getGiHome(GetGiHomeRequest request, AsyncHandler<GetGiHomeRequest,GetGiHomeResponse> handler) -
Uses of GetGiHomeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetGiHomeResponse Modifier and Type Method Description GetGiHomeResponseGetGiHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetGiHomeResponse Modifier and Type Method Description GetGiHomeResponse.BuilderGetGiHomeResponse.Builder. copy(GetGiHomeResponse o)Copy method to populate the builder with values from the given instance.
-