Uses of Class
com.oracle.bmc.ocvp.responses.CreateByolAllocationResponse
-
Packages that use CreateByolAllocationResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of CreateByolAllocationResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return CreateByolAllocationResponse Modifier and Type Method Description CreateByolAllocationResponseByolAllocation. createByolAllocation(CreateByolAllocationRequest request)Creates an Allocation on an specific Bring-You-Own-License (BYOL).CreateByolAllocationResponseByolAllocationClient. createByolAllocation(CreateByolAllocationRequest request)Methods in com.oracle.bmc.ocvp that return types with arguments of type CreateByolAllocationResponse 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)Method parameters in com.oracle.bmc.ocvp with type arguments of type CreateByolAllocationResponse 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 CreateByolAllocationResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return CreateByolAllocationResponse Modifier and Type Method Description CreateByolAllocationResponseCreateByolAllocationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type CreateByolAllocationResponse Modifier and Type Method Description CreateByolAllocationResponse.BuilderCreateByolAllocationResponse.Builder. copy(CreateByolAllocationResponse o)Copy method to populate the builder with values from the given instance.
-