Uses of Class
com.oracle.bmc.ocvp.requests.CreateByolRequest
-
Packages that use CreateByolRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of CreateByolRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type CreateByolRequest Modifier and Type Method Description CreateByolResponseByol. createByol(CreateByolRequest request)Creates an Oracle Cloud VMware Solution Bring-You-Own-License (BYOL).Future<CreateByolResponse>ByolAsync. createByol(CreateByolRequest request, AsyncHandler<CreateByolRequest,CreateByolResponse> handler)Creates an Oracle Cloud VMware Solution Bring-You-Own-License (BYOL).Future<CreateByolResponse>ByolAsyncClient. createByol(CreateByolRequest request, AsyncHandler<CreateByolRequest,CreateByolResponse> handler)CreateByolResponseByolClient. createByol(CreateByolRequest request)Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateByolRequest Modifier and Type Method Description Future<CreateByolResponse>ByolAsync. createByol(CreateByolRequest request, AsyncHandler<CreateByolRequest,CreateByolResponse> handler)Creates an Oracle Cloud VMware Solution Bring-You-Own-License (BYOL).Future<CreateByolResponse>ByolAsyncClient. createByol(CreateByolRequest request, AsyncHandler<CreateByolRequest,CreateByolResponse> handler) -
Uses of CreateByolRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return CreateByolRequest Modifier and Type Method Description CreateByolRequestCreateByolRequest.Builder. build()Build the instance of CreateByolRequest as configured by this builderCreateByolRequestCreateByolRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateByolRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type CreateByolRequest Modifier and Type Method Description CreateByolRequest.BuilderCreateByolRequest.Builder. copy(CreateByolRequest o)Copy method to populate the builder with values from the given instance.
-