Uses of Class
com.oracle.bmc.oce.responses.DeleteOceInstanceResponse
-
Packages that use DeleteOceInstanceResponse Package Description com.oracle.bmc.oce com.oracle.bmc.oce.responses -
-
Uses of DeleteOceInstanceResponse in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return DeleteOceInstanceResponse Modifier and Type Method Description DeleteOceInstanceResponse
OceInstance. deleteOceInstance(DeleteOceInstanceRequest request)
Deletes a OceInstance resource by identifierDeleteOceInstanceResponse
OceInstanceClient. deleteOceInstance(DeleteOceInstanceRequest request)
Methods in com.oracle.bmc.oce that return types with arguments of type DeleteOceInstanceResponse Modifier and Type Method Description Future<DeleteOceInstanceResponse>
OceInstanceAsync. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
Deletes a OceInstance resource by identifierFuture<DeleteOceInstanceResponse>
OceInstanceAsyncClient. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
Method parameters in com.oracle.bmc.oce with type arguments of type DeleteOceInstanceResponse Modifier and Type Method Description Future<DeleteOceInstanceResponse>
OceInstanceAsync. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
Deletes a OceInstance resource by identifierFuture<DeleteOceInstanceResponse>
OceInstanceAsyncClient. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
-
Uses of DeleteOceInstanceResponse in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return DeleteOceInstanceResponse Modifier and Type Method Description DeleteOceInstanceResponse
DeleteOceInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oce.responses with parameters of type DeleteOceInstanceResponse Modifier and Type Method Description DeleteOceInstanceResponse.Builder
DeleteOceInstanceResponse.Builder. copy(DeleteOceInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-