Uses of Class
com.oracle.bmc.oce.requests.DeleteOceInstanceRequest
-
Packages that use DeleteOceInstanceRequest Package Description com.oracle.bmc.oce com.oracle.bmc.oce.requests -
-
Uses of DeleteOceInstanceRequest in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce with parameters of type DeleteOceInstanceRequest Modifier and Type Method Description DeleteOceInstanceResponse
OceInstance. deleteOceInstance(DeleteOceInstanceRequest request)
Deletes a OceInstance resource by identifierFuture<DeleteOceInstanceResponse>
OceInstanceAsync. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
Deletes a OceInstance resource by identifierFuture<DeleteOceInstanceResponse>
OceInstanceAsyncClient. deleteOceInstance(DeleteOceInstanceRequest request, AsyncHandler<DeleteOceInstanceRequest,DeleteOceInstanceResponse> handler)
DeleteOceInstanceResponse
OceInstanceClient. deleteOceInstance(DeleteOceInstanceRequest request)
Method parameters in com.oracle.bmc.oce with type arguments of type DeleteOceInstanceRequest 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 DeleteOceInstanceRequest in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return DeleteOceInstanceRequest Modifier and Type Method Description DeleteOceInstanceRequest
DeleteOceInstanceRequest.Builder. build()
Build the instance of DeleteOceInstanceRequest as configured by this builderDeleteOceInstanceRequest
DeleteOceInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOceInstanceRequest as configured by this builderMethods in com.oracle.bmc.oce.requests with parameters of type DeleteOceInstanceRequest Modifier and Type Method Description DeleteOceInstanceRequest.Builder
DeleteOceInstanceRequest.Builder. copy(DeleteOceInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-