Uses of Class
com.oracle.bmc.oda.requests.DeleteOdaPrivateEndpointScanProxyRequest
-
Packages that use DeleteOdaPrivateEndpointScanProxyRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of DeleteOdaPrivateEndpointScanProxyRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type DeleteOdaPrivateEndpointScanProxyRequest Modifier and Type Method Description Future<DeleteOdaPrivateEndpointScanProxyResponse>
ManagementAsync. deleteOdaPrivateEndpointScanProxy(DeleteOdaPrivateEndpointScanProxyRequest request, AsyncHandler<DeleteOdaPrivateEndpointScanProxyRequest,DeleteOdaPrivateEndpointScanProxyResponse> handler)
Starts an asynchronous job to delete the specified ODA Private Endpoint Scan Proxy.Future<DeleteOdaPrivateEndpointScanProxyResponse>
ManagementAsyncClient. deleteOdaPrivateEndpointScanProxy(DeleteOdaPrivateEndpointScanProxyRequest request, AsyncHandler<DeleteOdaPrivateEndpointScanProxyRequest,DeleteOdaPrivateEndpointScanProxyResponse> handler)
-
Uses of DeleteOdaPrivateEndpointScanProxyRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return DeleteOdaPrivateEndpointScanProxyRequest Modifier and Type Method Description DeleteOdaPrivateEndpointScanProxyRequest
DeleteOdaPrivateEndpointScanProxyRequest.Builder. build()
Build the instance of DeleteOdaPrivateEndpointScanProxyRequest as configured by this builderDeleteOdaPrivateEndpointScanProxyRequest
DeleteOdaPrivateEndpointScanProxyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteOdaPrivateEndpointScanProxyRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type DeleteOdaPrivateEndpointScanProxyRequest Modifier and Type Method Description DeleteOdaPrivateEndpointScanProxyRequest.Builder
DeleteOdaPrivateEndpointScanProxyRequest.Builder. copy(DeleteOdaPrivateEndpointScanProxyRequest o)
Copy method to populate the builder with values from the given instance.
-