Uses of Class
com.oracle.bmc.ocvp.requests.UpdateByolRequest
-
Packages that use UpdateByolRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of UpdateByolRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type UpdateByolRequest Modifier and Type Method Description UpdateByolResponseByol. updateByol(UpdateByolRequest request)Updates the specified BYOL.Future<UpdateByolResponse>ByolAsync. updateByol(UpdateByolRequest request, AsyncHandler<UpdateByolRequest,UpdateByolResponse> handler)Updates the specified BYOL.Future<UpdateByolResponse>ByolAsyncClient. updateByol(UpdateByolRequest request, AsyncHandler<UpdateByolRequest,UpdateByolResponse> handler)UpdateByolResponseByolClient. updateByol(UpdateByolRequest request)Method parameters in com.oracle.bmc.ocvp with type arguments of type UpdateByolRequest Modifier and Type Method Description Future<UpdateByolResponse>ByolAsync. updateByol(UpdateByolRequest request, AsyncHandler<UpdateByolRequest,UpdateByolResponse> handler)Updates the specified BYOL.Future<UpdateByolResponse>ByolAsyncClient. updateByol(UpdateByolRequest request, AsyncHandler<UpdateByolRequest,UpdateByolResponse> handler) -
Uses of UpdateByolRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return UpdateByolRequest Modifier and Type Method Description UpdateByolRequestUpdateByolRequest.Builder. build()Build the instance of UpdateByolRequest as configured by this builderUpdateByolRequestUpdateByolRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateByolRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type UpdateByolRequest Modifier and Type Method Description UpdateByolRequest.BuilderUpdateByolRequest.Builder. copy(UpdateByolRequest o)Copy method to populate the builder with values from the given instance.
-