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