Uses of Class
com.oracle.bmc.opsi.responses.DeleteOperationsInsightsPrivateEndpointResponse
-
Packages that use DeleteOperationsInsightsPrivateEndpointResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of DeleteOperationsInsightsPrivateEndpointResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return DeleteOperationsInsightsPrivateEndpointResponse Modifier and Type Method Description DeleteOperationsInsightsPrivateEndpointResponse
OperationsInsights. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request)
Deletes a private endpoint.DeleteOperationsInsightsPrivateEndpointResponse
OperationsInsightsClient. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type DeleteOperationsInsightsPrivateEndpointResponse Modifier and Type Method Description Future<DeleteOperationsInsightsPrivateEndpointResponse>
OperationsInsightsAsync. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request, AsyncHandler<DeleteOperationsInsightsPrivateEndpointRequest,DeleteOperationsInsightsPrivateEndpointResponse> handler)
Deletes a private endpoint.Future<DeleteOperationsInsightsPrivateEndpointResponse>
OperationsInsightsAsyncClient. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request, AsyncHandler<DeleteOperationsInsightsPrivateEndpointRequest,DeleteOperationsInsightsPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type DeleteOperationsInsightsPrivateEndpointResponse Modifier and Type Method Description Future<DeleteOperationsInsightsPrivateEndpointResponse>
OperationsInsightsAsync. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request, AsyncHandler<DeleteOperationsInsightsPrivateEndpointRequest,DeleteOperationsInsightsPrivateEndpointResponse> handler)
Deletes a private endpoint.Future<DeleteOperationsInsightsPrivateEndpointResponse>
OperationsInsightsAsyncClient. deleteOperationsInsightsPrivateEndpoint(DeleteOperationsInsightsPrivateEndpointRequest request, AsyncHandler<DeleteOperationsInsightsPrivateEndpointRequest,DeleteOperationsInsightsPrivateEndpointResponse> handler)
-
Uses of DeleteOperationsInsightsPrivateEndpointResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return DeleteOperationsInsightsPrivateEndpointResponse Modifier and Type Method Description DeleteOperationsInsightsPrivateEndpointResponse
DeleteOperationsInsightsPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type DeleteOperationsInsightsPrivateEndpointResponse Modifier and Type Method Description DeleteOperationsInsightsPrivateEndpointResponse.Builder
DeleteOperationsInsightsPrivateEndpointResponse.Builder. copy(DeleteOperationsInsightsPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-