Uses of Class
com.oracle.bmc.database.responses.UpdateGiHomeResponse
-
Packages that use UpdateGiHomeResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateGiHomeResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateGiHomeResponse Modifier and Type Method Description UpdateGiHomeResponseDatabase. updateGiHome(UpdateGiHomeRequest request)Updates the tags and display name of a specified Grid Infrastructure Home.UpdateGiHomeResponseDatabaseClient. updateGiHome(UpdateGiHomeRequest request)Methods in com.oracle.bmc.database that return types with arguments of type UpdateGiHomeResponse Modifier and Type Method Description Future<UpdateGiHomeResponse>DatabaseAsync. updateGiHome(UpdateGiHomeRequest request, AsyncHandler<UpdateGiHomeRequest,UpdateGiHomeResponse> handler)Updates the tags and display name of a specified Grid Infrastructure Home.Future<UpdateGiHomeResponse>DatabaseAsyncClient. updateGiHome(UpdateGiHomeRequest request, AsyncHandler<UpdateGiHomeRequest,UpdateGiHomeResponse> handler)Method parameters in com.oracle.bmc.database with type arguments of type UpdateGiHomeResponse Modifier and Type Method Description Future<UpdateGiHomeResponse>DatabaseAsync. updateGiHome(UpdateGiHomeRequest request, AsyncHandler<UpdateGiHomeRequest,UpdateGiHomeResponse> handler)Updates the tags and display name of a specified Grid Infrastructure Home.Future<UpdateGiHomeResponse>DatabaseAsyncClient. updateGiHome(UpdateGiHomeRequest request, AsyncHandler<UpdateGiHomeRequest,UpdateGiHomeResponse> handler) -
Uses of UpdateGiHomeResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateGiHomeResponse Modifier and Type Method Description UpdateGiHomeResponseUpdateGiHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateGiHomeResponse Modifier and Type Method Description UpdateGiHomeResponse.BuilderUpdateGiHomeResponse.Builder. copy(UpdateGiHomeResponse o)Copy method to populate the builder with values from the given instance.
-