Uses of Class
com.oracle.bmc.database.requests.UpdateGiHomeRequest
-
Packages that use UpdateGiHomeRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateGiHomeRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type UpdateGiHomeRequest Modifier and Type Method Description UpdateGiHomeResponseDatabase. updateGiHome(UpdateGiHomeRequest request)Updates the tags and display name of a specified Grid Infrastructure Home.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)UpdateGiHomeResponseDatabaseClient. updateGiHome(UpdateGiHomeRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UpdateGiHomeRequest 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 UpdateGiHomeRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateGiHomeRequest Modifier and Type Method Description UpdateGiHomeRequestUpdateGiHomeRequest.Builder. build()Build the instance of UpdateGiHomeRequest as configured by this builderUpdateGiHomeRequestUpdateGiHomeRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateGiHomeRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateGiHomeRequest Modifier and Type Method Description UpdateGiHomeRequest.BuilderUpdateGiHomeRequest.Builder. copy(UpdateGiHomeRequest o)Copy method to populate the builder with values from the given instance.
-