Uses of Class
com.oracle.bmc.ocvp.responses.UpdateSddcResponse
-
Packages that use UpdateSddcResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of UpdateSddcResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return UpdateSddcResponse Modifier and Type Method Description UpdateSddcResponse
Sddc. updateSddc(UpdateSddcRequest request)
Updates the specified SDDC.UpdateSddcResponse
SddcClient. updateSddc(UpdateSddcRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type UpdateSddcResponse Modifier and Type Method Description Future<UpdateSddcResponse>
SddcAsync. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
Updates the specified SDDC.Future<UpdateSddcResponse>
SddcAsyncClient. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type UpdateSddcResponse Modifier and Type Method Description Future<UpdateSddcResponse>
SddcAsync. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
Updates the specified SDDC.Future<UpdateSddcResponse>
SddcAsyncClient. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
-
Uses of UpdateSddcResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return UpdateSddcResponse Modifier and Type Method Description UpdateSddcResponse
UpdateSddcResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type UpdateSddcResponse Modifier and Type Method Description UpdateSddcResponse.Builder
UpdateSddcResponse.Builder. copy(UpdateSddcResponse o)
Copy method to populate the builder with values from the given instance.
-