Uses of Class
com.oracle.bmc.databasetools.responses.UpdateDatabaseToolsPrivateEndpointResponse
-
Packages that use UpdateDatabaseToolsPrivateEndpointResponse Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.responses -
-
Uses of UpdateDatabaseToolsPrivateEndpointResponse in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return UpdateDatabaseToolsPrivateEndpointResponse Modifier and Type Method Description UpdateDatabaseToolsPrivateEndpointResponse
DatabaseTools. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request)
Updates the specified Database Tools private endpoint.UpdateDatabaseToolsPrivateEndpointResponse
DatabaseToolsClient. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request)
Methods in com.oracle.bmc.databasetools that return types with arguments of type UpdateDatabaseToolsPrivateEndpointResponse Modifier and Type Method Description Future<UpdateDatabaseToolsPrivateEndpointResponse>
DatabaseToolsAsync. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request, AsyncHandler<UpdateDatabaseToolsPrivateEndpointRequest,UpdateDatabaseToolsPrivateEndpointResponse> handler)
Updates the specified Database Tools private endpoint.Future<UpdateDatabaseToolsPrivateEndpointResponse>
DatabaseToolsAsyncClient. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request, AsyncHandler<UpdateDatabaseToolsPrivateEndpointRequest,UpdateDatabaseToolsPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.databasetools with type arguments of type UpdateDatabaseToolsPrivateEndpointResponse Modifier and Type Method Description Future<UpdateDatabaseToolsPrivateEndpointResponse>
DatabaseToolsAsync. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request, AsyncHandler<UpdateDatabaseToolsPrivateEndpointRequest,UpdateDatabaseToolsPrivateEndpointResponse> handler)
Updates the specified Database Tools private endpoint.Future<UpdateDatabaseToolsPrivateEndpointResponse>
DatabaseToolsAsyncClient. updateDatabaseToolsPrivateEndpoint(UpdateDatabaseToolsPrivateEndpointRequest request, AsyncHandler<UpdateDatabaseToolsPrivateEndpointRequest,UpdateDatabaseToolsPrivateEndpointResponse> handler)
-
Uses of UpdateDatabaseToolsPrivateEndpointResponse in com.oracle.bmc.databasetools.responses
Methods in com.oracle.bmc.databasetools.responses that return UpdateDatabaseToolsPrivateEndpointResponse Modifier and Type Method Description UpdateDatabaseToolsPrivateEndpointResponse
UpdateDatabaseToolsPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasetools.responses with parameters of type UpdateDatabaseToolsPrivateEndpointResponse Modifier and Type Method Description UpdateDatabaseToolsPrivateEndpointResponse.Builder
UpdateDatabaseToolsPrivateEndpointResponse.Builder. copy(UpdateDatabaseToolsPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-