Uses of Class
com.oracle.bmc.aivision.requests.DeleteVisionPrivateEndpointRequest
-
Packages that use DeleteVisionPrivateEndpointRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of DeleteVisionPrivateEndpointRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type DeleteVisionPrivateEndpointRequest Modifier and Type Method Description DeleteVisionPrivateEndpointResponse
AIServiceVision. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request)
Delete a visionPrivateEndpoint by identifier.Future<DeleteVisionPrivateEndpointResponse>
AIServiceVisionAsync. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request, AsyncHandler<DeleteVisionPrivateEndpointRequest,DeleteVisionPrivateEndpointResponse> handler)
Delete a visionPrivateEndpoint by identifier.Future<DeleteVisionPrivateEndpointResponse>
AIServiceVisionAsyncClient. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request, AsyncHandler<DeleteVisionPrivateEndpointRequest,DeleteVisionPrivateEndpointResponse> handler)
DeleteVisionPrivateEndpointResponse
AIServiceVisionClient. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type DeleteVisionPrivateEndpointRequest Modifier and Type Method Description Future<DeleteVisionPrivateEndpointResponse>
AIServiceVisionAsync. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request, AsyncHandler<DeleteVisionPrivateEndpointRequest,DeleteVisionPrivateEndpointResponse> handler)
Delete a visionPrivateEndpoint by identifier.Future<DeleteVisionPrivateEndpointResponse>
AIServiceVisionAsyncClient. deleteVisionPrivateEndpoint(DeleteVisionPrivateEndpointRequest request, AsyncHandler<DeleteVisionPrivateEndpointRequest,DeleteVisionPrivateEndpointResponse> handler)
-
Uses of DeleteVisionPrivateEndpointRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return DeleteVisionPrivateEndpointRequest Modifier and Type Method Description DeleteVisionPrivateEndpointRequest
DeleteVisionPrivateEndpointRequest.Builder. build()
Build the instance of DeleteVisionPrivateEndpointRequest as configured by this builderDeleteVisionPrivateEndpointRequest
DeleteVisionPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteVisionPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type DeleteVisionPrivateEndpointRequest Modifier and Type Method Description DeleteVisionPrivateEndpointRequest.Builder
DeleteVisionPrivateEndpointRequest.Builder. copy(DeleteVisionPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-