Uses of Class
com.oracle.bmc.vbsinst.responses.UpdateVbsInstanceResponse
-
Packages that use UpdateVbsInstanceResponse Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.responses -
-
Uses of UpdateVbsInstanceResponse in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst that return UpdateVbsInstanceResponse Modifier and Type Method Description UpdateVbsInstanceResponse
VbsInstance. updateVbsInstance(UpdateVbsInstanceRequest request)
Updates the VbsInstanceUpdateVbsInstanceResponse
VbsInstanceClient. updateVbsInstance(UpdateVbsInstanceRequest request)
Methods in com.oracle.bmc.vbsinst that return types with arguments of type UpdateVbsInstanceResponse Modifier and Type Method Description Future<UpdateVbsInstanceResponse>
VbsInstanceAsync. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
Updates the VbsInstanceFuture<UpdateVbsInstanceResponse>
VbsInstanceAsyncClient. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type UpdateVbsInstanceResponse Modifier and Type Method Description Future<UpdateVbsInstanceResponse>
VbsInstanceAsync. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
Updates the VbsInstanceFuture<UpdateVbsInstanceResponse>
VbsInstanceAsyncClient. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
-
Uses of UpdateVbsInstanceResponse in com.oracle.bmc.vbsinst.responses
Methods in com.oracle.bmc.vbsinst.responses that return UpdateVbsInstanceResponse Modifier and Type Method Description UpdateVbsInstanceResponse
UpdateVbsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vbsinst.responses with parameters of type UpdateVbsInstanceResponse Modifier and Type Method Description UpdateVbsInstanceResponse.Builder
UpdateVbsInstanceResponse.Builder. copy(UpdateVbsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-