Uses of Class
com.oracle.bmc.database.requests.DeleteGiHomeRequest
-
Packages that use DeleteGiHomeRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of DeleteGiHomeRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DeleteGiHomeRequest Modifier and Type Method Description 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 DeleteGiHomeRequest 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 DeleteGiHomeRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DeleteGiHomeRequest Modifier and Type Method Description DeleteGiHomeRequestDeleteGiHomeRequest.Builder. build()Build the instance of DeleteGiHomeRequest as configured by this builderDeleteGiHomeRequestDeleteGiHomeRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteGiHomeRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type DeleteGiHomeRequest Modifier and Type Method Description DeleteGiHomeRequest.BuilderDeleteGiHomeRequest.Builder. copy(DeleteGiHomeRequest o)Copy method to populate the builder with values from the given instance.
-