Uses of Class
com.oracle.bmc.visualbuilder.responses.UpdateVbInstanceResponse
-
Packages that use UpdateVbInstanceResponse Package Description com.oracle.bmc.visualbuilder com.oracle.bmc.visualbuilder.responses -
-
Uses of UpdateVbInstanceResponse in com.oracle.bmc.visualbuilder
Methods in com.oracle.bmc.visualbuilder that return UpdateVbInstanceResponse Modifier and Type Method Description UpdateVbInstanceResponse
VbInstance. updateVbInstance(UpdateVbInstanceRequest request)
Updates the Vb Instance.UpdateVbInstanceResponse
VbInstanceClient. updateVbInstance(UpdateVbInstanceRequest request)
Methods in com.oracle.bmc.visualbuilder that return types with arguments of type UpdateVbInstanceResponse Modifier and Type Method Description Future<UpdateVbInstanceResponse>
VbInstanceAsync. updateVbInstance(UpdateVbInstanceRequest request, AsyncHandler<UpdateVbInstanceRequest,UpdateVbInstanceResponse> handler)
Updates the Vb Instance.Future<UpdateVbInstanceResponse>
VbInstanceAsyncClient. updateVbInstance(UpdateVbInstanceRequest request, AsyncHandler<UpdateVbInstanceRequest,UpdateVbInstanceResponse> handler)
Method parameters in com.oracle.bmc.visualbuilder with type arguments of type UpdateVbInstanceResponse Modifier and Type Method Description Future<UpdateVbInstanceResponse>
VbInstanceAsync. updateVbInstance(UpdateVbInstanceRequest request, AsyncHandler<UpdateVbInstanceRequest,UpdateVbInstanceResponse> handler)
Updates the Vb Instance.Future<UpdateVbInstanceResponse>
VbInstanceAsyncClient. updateVbInstance(UpdateVbInstanceRequest request, AsyncHandler<UpdateVbInstanceRequest,UpdateVbInstanceResponse> handler)
-
Uses of UpdateVbInstanceResponse in com.oracle.bmc.visualbuilder.responses
Methods in com.oracle.bmc.visualbuilder.responses that return UpdateVbInstanceResponse Modifier and Type Method Description UpdateVbInstanceResponse
UpdateVbInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.visualbuilder.responses with parameters of type UpdateVbInstanceResponse Modifier and Type Method Description UpdateVbInstanceResponse.Builder
UpdateVbInstanceResponse.Builder. copy(UpdateVbInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-