Uses of Class
com.oracle.bmc.vbsinst.requests.UpdateVbsInstanceRequest
-
Packages that use UpdateVbsInstanceRequest Package Description com.oracle.bmc.vbsinst com.oracle.bmc.vbsinst.requests -
-
Uses of UpdateVbsInstanceRequest in com.oracle.bmc.vbsinst
Methods in com.oracle.bmc.vbsinst with parameters of type UpdateVbsInstanceRequest Modifier and Type Method Description UpdateVbsInstanceResponse
VbsInstance. updateVbsInstance(UpdateVbsInstanceRequest request)
Updates the VbsInstanceFuture<UpdateVbsInstanceResponse>
VbsInstanceAsync. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
Updates the VbsInstanceFuture<UpdateVbsInstanceResponse>
VbsInstanceAsyncClient. updateVbsInstance(UpdateVbsInstanceRequest request, AsyncHandler<UpdateVbsInstanceRequest,UpdateVbsInstanceResponse> handler)
UpdateVbsInstanceResponse
VbsInstanceClient. updateVbsInstance(UpdateVbsInstanceRequest request)
Method parameters in com.oracle.bmc.vbsinst with type arguments of type UpdateVbsInstanceRequest 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 UpdateVbsInstanceRequest in com.oracle.bmc.vbsinst.requests
Methods in com.oracle.bmc.vbsinst.requests that return UpdateVbsInstanceRequest Modifier and Type Method Description UpdateVbsInstanceRequest
UpdateVbsInstanceRequest.Builder. build()
Build the instance of UpdateVbsInstanceRequest as configured by this builderUpdateVbsInstanceRequest
UpdateVbsInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateVbsInstanceRequest as configured by this builderMethods in com.oracle.bmc.vbsinst.requests with parameters of type UpdateVbsInstanceRequest Modifier and Type Method Description UpdateVbsInstanceRequest.Builder
UpdateVbsInstanceRequest.Builder. copy(UpdateVbsInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-