Uses of Class
com.oracle.bmc.database.requests.CreateGiHomeRequest
-
Packages that use CreateGiHomeRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateGiHomeRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CreateGiHomeRequest Modifier and Type Method Description Waiter<CreateGiHomeRequest,CreateGiHomeResponse>DatabaseWaiters. forCreateGiHome(CreateGiHomeRequest request)Creates a newWaiterusing the default configuration.Waiter<CreateGiHomeRequest,CreateGiHomeResponse>DatabaseWaiters. forCreateGiHome(CreateGiHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.database with parameters of type CreateGiHomeRequest Modifier and Type Method Description CreateGiHomeResponseDatabase. createGiHome(CreateGiHomeRequest request)Creates a new Grid Infrastructure Home in the specified database system based on the request parameters you provide.Future<CreateGiHomeResponse>DatabaseAsync. createGiHome(CreateGiHomeRequest request, AsyncHandler<CreateGiHomeRequest,CreateGiHomeResponse> handler)Creates a new Grid Infrastructure Home in the specified database system based on the request parameters you provide.Future<CreateGiHomeResponse>DatabaseAsyncClient. createGiHome(CreateGiHomeRequest request, AsyncHandler<CreateGiHomeRequest,CreateGiHomeResponse> handler)CreateGiHomeResponseDatabaseClient. createGiHome(CreateGiHomeRequest request)Waiter<CreateGiHomeRequest,CreateGiHomeResponse>DatabaseWaiters. forCreateGiHome(CreateGiHomeRequest request)Creates a newWaiterusing the default configuration.Waiter<CreateGiHomeRequest,CreateGiHomeResponse>DatabaseWaiters. forCreateGiHome(CreateGiHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CreateGiHomeRequest Modifier and Type Method Description Future<CreateGiHomeResponse>DatabaseAsync. createGiHome(CreateGiHomeRequest request, AsyncHandler<CreateGiHomeRequest,CreateGiHomeResponse> handler)Creates a new Grid Infrastructure Home in the specified database system based on the request parameters you provide.Future<CreateGiHomeResponse>DatabaseAsyncClient. createGiHome(CreateGiHomeRequest request, AsyncHandler<CreateGiHomeRequest,CreateGiHomeResponse> handler) -
Uses of CreateGiHomeRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateGiHomeRequest Modifier and Type Method Description CreateGiHomeRequestCreateGiHomeRequest.Builder. build()Build the instance of CreateGiHomeRequest as configured by this builderCreateGiHomeRequestCreateGiHomeRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateGiHomeRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateGiHomeRequest Modifier and Type Method Description CreateGiHomeRequest.BuilderCreateGiHomeRequest.Builder. copy(CreateGiHomeRequest o)Copy method to populate the builder with values from the given instance.
-