Uses of Class
com.oracle.bmc.oda.responses.UpdateOdaPrivateEndpointResponse
-
Packages that use UpdateOdaPrivateEndpointResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of UpdateOdaPrivateEndpointResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return UpdateOdaPrivateEndpointResponse Modifier and Type Method Description UpdateOdaPrivateEndpointResponse
Management. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request)
Starts an asynchronous job to update the specified ODA Private Endpoint with the information in the request body.UpdateOdaPrivateEndpointResponse
ManagementClient. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type UpdateOdaPrivateEndpointResponse Modifier and Type Method Description Future<UpdateOdaPrivateEndpointResponse>
ManagementAsync. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request, AsyncHandler<UpdateOdaPrivateEndpointRequest,UpdateOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to update the specified ODA Private Endpoint with the information in the request body.Future<UpdateOdaPrivateEndpointResponse>
ManagementAsyncClient. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request, AsyncHandler<UpdateOdaPrivateEndpointRequest,UpdateOdaPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateOdaPrivateEndpointResponse Modifier and Type Method Description Future<UpdateOdaPrivateEndpointResponse>
ManagementAsync. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request, AsyncHandler<UpdateOdaPrivateEndpointRequest,UpdateOdaPrivateEndpointResponse> handler)
Starts an asynchronous job to update the specified ODA Private Endpoint with the information in the request body.Future<UpdateOdaPrivateEndpointResponse>
ManagementAsyncClient. updateOdaPrivateEndpoint(UpdateOdaPrivateEndpointRequest request, AsyncHandler<UpdateOdaPrivateEndpointRequest,UpdateOdaPrivateEndpointResponse> handler)
-
Uses of UpdateOdaPrivateEndpointResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return UpdateOdaPrivateEndpointResponse Modifier and Type Method Description UpdateOdaPrivateEndpointResponse
UpdateOdaPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateOdaPrivateEndpointResponse Modifier and Type Method Description UpdateOdaPrivateEndpointResponse.Builder
UpdateOdaPrivateEndpointResponse.Builder. copy(UpdateOdaPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-