Uses of Class
com.oracle.bmc.oda.requests.UpdateOdaPrivateEndpointRequest
-
Packages that use UpdateOdaPrivateEndpointRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of UpdateOdaPrivateEndpointRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateOdaPrivateEndpointRequest 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 UpdateOdaPrivateEndpointRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateOdaPrivateEndpointRequest Modifier and Type Method Description UpdateOdaPrivateEndpointRequest
UpdateOdaPrivateEndpointRequest.Builder. build()
Build the instance of UpdateOdaPrivateEndpointRequest as configured by this builderUpdateOdaPrivateEndpointRequest
UpdateOdaPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOdaPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateOdaPrivateEndpointRequest Modifier and Type Method Description UpdateOdaPrivateEndpointRequest.Builder
UpdateOdaPrivateEndpointRequest.Builder. copy(UpdateOdaPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-