Uses of Class
com.oracle.bmc.computecloudatcustomer.responses.UpdateCccInfrastructureResponse
-
Packages that use UpdateCccInfrastructureResponse Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.responses -
-
Uses of UpdateCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer that return UpdateCccInfrastructureResponse Modifier and Type Method Description UpdateCccInfrastructureResponse
ComputeCloudAtCustomer. updateCccInfrastructure(UpdateCccInfrastructureRequest request)
Updates Compute Cloud@Customer infrastructure resource.UpdateCccInfrastructureResponse
ComputeCloudAtCustomerClient. updateCccInfrastructure(UpdateCccInfrastructureRequest request)
Methods in com.oracle.bmc.computecloudatcustomer that return types with arguments of type UpdateCccInfrastructureResponse Modifier and Type Method Description Future<UpdateCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. updateCccInfrastructure(UpdateCccInfrastructureRequest request, AsyncHandler<UpdateCccInfrastructureRequest,UpdateCccInfrastructureResponse> handler)
Updates Compute Cloud@Customer infrastructure resource.Future<UpdateCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. updateCccInfrastructure(UpdateCccInfrastructureRequest request, AsyncHandler<UpdateCccInfrastructureRequest,UpdateCccInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type UpdateCccInfrastructureResponse Modifier and Type Method Description Future<UpdateCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. updateCccInfrastructure(UpdateCccInfrastructureRequest request, AsyncHandler<UpdateCccInfrastructureRequest,UpdateCccInfrastructureResponse> handler)
Updates Compute Cloud@Customer infrastructure resource.Future<UpdateCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. updateCccInfrastructure(UpdateCccInfrastructureRequest request, AsyncHandler<UpdateCccInfrastructureRequest,UpdateCccInfrastructureResponse> handler)
-
Uses of UpdateCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer.responses
Methods in com.oracle.bmc.computecloudatcustomer.responses that return UpdateCccInfrastructureResponse Modifier and Type Method Description UpdateCccInfrastructureResponse
UpdateCccInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.computecloudatcustomer.responses with parameters of type UpdateCccInfrastructureResponse Modifier and Type Method Description UpdateCccInfrastructureResponse.Builder
UpdateCccInfrastructureResponse.Builder. copy(UpdateCccInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-