Uses of Class
com.oracle.bmc.capacitymanagement.responses.PatchOccCapacityRequestResponse
-
Packages that use PatchOccCapacityRequestResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of PatchOccCapacityRequestResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return PatchOccCapacityRequestResponse Modifier and Type Method Description PatchOccCapacityRequestResponse
CapacityManagement. patchOccCapacityRequest(PatchOccCapacityRequestRequest request)
Updates the OccCapacityRequest by evaluating a sequence of instructions.PatchOccCapacityRequestResponse
CapacityManagementClient. patchOccCapacityRequest(PatchOccCapacityRequestRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type PatchOccCapacityRequestResponse Modifier and Type Method Description Future<PatchOccCapacityRequestResponse>
CapacityManagementAsync. patchOccCapacityRequest(PatchOccCapacityRequestRequest request, AsyncHandler<PatchOccCapacityRequestRequest,PatchOccCapacityRequestResponse> handler)
Updates the OccCapacityRequest by evaluating a sequence of instructions.Future<PatchOccCapacityRequestResponse>
CapacityManagementAsyncClient. patchOccCapacityRequest(PatchOccCapacityRequestRequest request, AsyncHandler<PatchOccCapacityRequestRequest,PatchOccCapacityRequestResponse> handler)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type PatchOccCapacityRequestResponse Modifier and Type Method Description Future<PatchOccCapacityRequestResponse>
CapacityManagementAsync. patchOccCapacityRequest(PatchOccCapacityRequestRequest request, AsyncHandler<PatchOccCapacityRequestRequest,PatchOccCapacityRequestResponse> handler)
Updates the OccCapacityRequest by evaluating a sequence of instructions.Future<PatchOccCapacityRequestResponse>
CapacityManagementAsyncClient. patchOccCapacityRequest(PatchOccCapacityRequestRequest request, AsyncHandler<PatchOccCapacityRequestRequest,PatchOccCapacityRequestResponse> handler)
-
Uses of PatchOccCapacityRequestResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return PatchOccCapacityRequestResponse Modifier and Type Method Description PatchOccCapacityRequestResponse
PatchOccCapacityRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type PatchOccCapacityRequestResponse Modifier and Type Method Description PatchOccCapacityRequestResponse.Builder
PatchOccCapacityRequestResponse.Builder. copy(PatchOccCapacityRequestResponse o)
Copy method to populate the builder with values from the given instance.
-