Uses of Class
com.oracle.bmc.ocvp.requests.UpdateSddcRequest
-
Packages that use UpdateSddcRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of UpdateSddcRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type UpdateSddcRequest Modifier and Type Method Description UpdateSddcResponse
Sddc. updateSddc(UpdateSddcRequest request)
Updates the specified SDDC.Future<UpdateSddcResponse>
SddcAsync. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
Updates the specified SDDC.Future<UpdateSddcResponse>
SddcAsyncClient. updateSddc(UpdateSddcRequest request, AsyncHandler<UpdateSddcRequest,UpdateSddcResponse> handler)
UpdateSddcResponse
SddcClient. updateSddc(UpdateSddcRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type UpdateSddcRequest 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 UpdateSddcRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return UpdateSddcRequest Modifier and Type Method Description UpdateSddcRequest
UpdateSddcRequest.Builder. build()
Build the instance of UpdateSddcRequest as configured by this builderUpdateSddcRequest
UpdateSddcRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSddcRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type UpdateSddcRequest Modifier and Type Method Description UpdateSddcRequest.Builder
UpdateSddcRequest.Builder. copy(UpdateSddcRequest o)
Copy method to populate the builder with values from the given instance.
-