Uses of Class
com.oracle.bmc.core.responses.CreateComputeCapacityReservationResponse
-
Packages that use CreateComputeCapacityReservationResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateComputeCapacityReservationResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateComputeCapacityReservationResponse Modifier and Type Method Description CreateComputeCapacityReservationResponse
Compute. createComputeCapacityReservation(CreateComputeCapacityReservationRequest request)
Creates a new compute capacity reservation in the specified compartment and availability domain.CreateComputeCapacityReservationResponse
ComputeClient. createComputeCapacityReservation(CreateComputeCapacityReservationRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateComputeCapacityReservationResponse Modifier and Type Method Description Future<CreateComputeCapacityReservationResponse>
ComputeAsync. createComputeCapacityReservation(CreateComputeCapacityReservationRequest request, AsyncHandler<CreateComputeCapacityReservationRequest,CreateComputeCapacityReservationResponse> handler)
Creates a new compute capacity reservation in the specified compartment and availability domain.Future<CreateComputeCapacityReservationResponse>
ComputeAsyncClient. createComputeCapacityReservation(CreateComputeCapacityReservationRequest request, AsyncHandler<CreateComputeCapacityReservationRequest,CreateComputeCapacityReservationResponse> handler)
-
Uses of CreateComputeCapacityReservationResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateComputeCapacityReservationResponse Modifier and Type Method Description CreateComputeCapacityReservationResponse
CreateComputeCapacityReservationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateComputeCapacityReservationResponse Modifier and Type Method Description CreateComputeCapacityReservationResponse.Builder
CreateComputeCapacityReservationResponse.Builder. copy(CreateComputeCapacityReservationResponse o)
Copy method to populate the builder with values from the given instance.
-