Uses of Class
com.oracle.bmc.database.responses.DeleteGiHomeResponse
-
Packages that use DeleteGiHomeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteGiHomeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteGiHomeResponse Modifier and Type Method Description DeleteGiHomeResponseDatabase. deleteGiHome(DeleteGiHomeRequest request)Deletes a Grid Infrastructure Home.DeleteGiHomeResponseDatabaseClient. deleteGiHome(DeleteGiHomeRequest request)Methods in com.oracle.bmc.database that return types with arguments of type DeleteGiHomeResponse Modifier and Type Method Description Future<DeleteGiHomeResponse>DatabaseAsync. deleteGiHome(DeleteGiHomeRequest request, AsyncHandler<DeleteGiHomeRequest,DeleteGiHomeResponse> handler)Deletes a Grid Infrastructure Home.Future<DeleteGiHomeResponse>DatabaseAsyncClient. deleteGiHome(DeleteGiHomeRequest request, AsyncHandler<DeleteGiHomeRequest,DeleteGiHomeResponse> handler)Waiter<DeleteGiHomeRequest,DeleteGiHomeResponse>DatabaseWaiters. forDeleteGiHome(DeleteGiHomeRequest request)Creates a newWaiterusing the default configuration.Waiter<DeleteGiHomeRequest,DeleteGiHomeResponse>DatabaseWaiters. forDeleteGiHome(DeleteGiHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type DeleteGiHomeResponse Modifier and Type Method Description Future<DeleteGiHomeResponse>DatabaseAsync. deleteGiHome(DeleteGiHomeRequest request, AsyncHandler<DeleteGiHomeRequest,DeleteGiHomeResponse> handler)Deletes a Grid Infrastructure Home.Future<DeleteGiHomeResponse>DatabaseAsyncClient. deleteGiHome(DeleteGiHomeRequest request, AsyncHandler<DeleteGiHomeRequest,DeleteGiHomeResponse> handler) -
Uses of DeleteGiHomeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteGiHomeResponse Modifier and Type Method Description DeleteGiHomeResponseDeleteGiHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteGiHomeResponse Modifier and Type Method Description DeleteGiHomeResponse.BuilderDeleteGiHomeResponse.Builder. copy(DeleteGiHomeResponse o)Copy method to populate the builder with values from the given instance.
-