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