Uses of Class
com.oracle.bmc.database.responses.CreateGiHomeResponse
-
Packages that use CreateGiHomeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateGiHomeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateGiHomeResponse 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.CreateGiHomeResponseDatabaseClient. createGiHome(CreateGiHomeRequest request)Methods in com.oracle.bmc.database that return types with arguments of type CreateGiHomeResponse 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)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 CreateGiHomeResponse 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 CreateGiHomeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateGiHomeResponse Modifier and Type Method Description CreateGiHomeResponseCreateGiHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateGiHomeResponse Modifier and Type Method Description CreateGiHomeResponse.BuilderCreateGiHomeResponse.Builder. copy(CreateGiHomeResponse o)Copy method to populate the builder with values from the given instance.
-