Uses of Class
com.oracle.bmc.ocvp.responses.DeleteEsxiHostResponse
-
Packages that use DeleteEsxiHostResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of DeleteEsxiHostResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return DeleteEsxiHostResponse Modifier and Type Method Description DeleteEsxiHostResponse
EsxiHost. deleteEsxiHost(DeleteEsxiHostRequest request)
Deletes the specified ESXi host.DeleteEsxiHostResponse
EsxiHostClient. deleteEsxiHost(DeleteEsxiHostRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type DeleteEsxiHostResponse Modifier and Type Method Description Future<DeleteEsxiHostResponse>
EsxiHostAsync. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
Deletes the specified ESXi host.Future<DeleteEsxiHostResponse>
EsxiHostAsyncClient. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type DeleteEsxiHostResponse Modifier and Type Method Description Future<DeleteEsxiHostResponse>
EsxiHostAsync. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
Deletes the specified ESXi host.Future<DeleteEsxiHostResponse>
EsxiHostAsyncClient. deleteEsxiHost(DeleteEsxiHostRequest request, AsyncHandler<DeleteEsxiHostRequest,DeleteEsxiHostResponse> handler)
-
Uses of DeleteEsxiHostResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return DeleteEsxiHostResponse Modifier and Type Method Description DeleteEsxiHostResponse
DeleteEsxiHostResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type DeleteEsxiHostResponse Modifier and Type Method Description DeleteEsxiHostResponse.Builder
DeleteEsxiHostResponse.Builder. copy(DeleteEsxiHostResponse o)
Copy method to populate the builder with values from the given instance.
-