Uses of Class
com.oracle.bmc.ocvp.requests.CreateByolAllocationRequest
-
Packages that use CreateByolAllocationRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of CreateByolAllocationRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type CreateByolAllocationRequest Modifier and Type Method Description CreateByolAllocationResponseByolAllocation. createByolAllocation(CreateByolAllocationRequest request)Creates an Allocation on an specific Bring-You-Own-License (BYOL).Future<CreateByolAllocationResponse>ByolAllocationAsync. createByolAllocation(CreateByolAllocationRequest request, AsyncHandler<CreateByolAllocationRequest,CreateByolAllocationResponse> handler)Creates an Allocation on an specific Bring-You-Own-License (BYOL).Future<CreateByolAllocationResponse>ByolAllocationAsyncClient. createByolAllocation(CreateByolAllocationRequest request, AsyncHandler<CreateByolAllocationRequest,CreateByolAllocationResponse> handler)CreateByolAllocationResponseByolAllocationClient. createByolAllocation(CreateByolAllocationRequest request)Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateByolAllocationRequest Modifier and Type Method Description Future<CreateByolAllocationResponse>ByolAllocationAsync. createByolAllocation(CreateByolAllocationRequest request, AsyncHandler<CreateByolAllocationRequest,CreateByolAllocationResponse> handler)Creates an Allocation on an specific Bring-You-Own-License (BYOL).Future<CreateByolAllocationResponse>ByolAllocationAsyncClient. createByolAllocation(CreateByolAllocationRequest request, AsyncHandler<CreateByolAllocationRequest,CreateByolAllocationResponse> handler) -
Uses of CreateByolAllocationRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return CreateByolAllocationRequest Modifier and Type Method Description CreateByolAllocationRequestCreateByolAllocationRequest.Builder. build()Build the instance of CreateByolAllocationRequest as configured by this builderCreateByolAllocationRequestCreateByolAllocationRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateByolAllocationRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type CreateByolAllocationRequest Modifier and Type Method Description CreateByolAllocationRequest.BuilderCreateByolAllocationRequest.Builder. copy(CreateByolAllocationRequest o)Copy method to populate the builder with values from the given instance.
-