Uses of Class
com.oracle.bmc.ocvp.requests.DeleteSddcRequest
-
Packages that use DeleteSddcRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of DeleteSddcRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type DeleteSddcRequest 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.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)
DeleteSddcResponse
SddcClient. deleteSddc(DeleteSddcRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type DeleteSddcRequest 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 DeleteSddcRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return DeleteSddcRequest Modifier and Type Method Description DeleteSddcRequest
DeleteSddcRequest.Builder. build()
Build the instance of DeleteSddcRequest as configured by this builderDeleteSddcRequest
DeleteSddcRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSddcRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type DeleteSddcRequest Modifier and Type Method Description DeleteSddcRequest.Builder
DeleteSddcRequest.Builder. copy(DeleteSddcRequest o)
Copy method to populate the builder with values from the given instance.
-