Uses of Class
com.oracle.bmc.databasetools.responses.AddDatabaseToolsPrivateEndpointLockResponse
-
Packages that use AddDatabaseToolsPrivateEndpointLockResponse Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.responses -
-
Uses of AddDatabaseToolsPrivateEndpointLockResponse in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return AddDatabaseToolsPrivateEndpointLockResponse Modifier and Type Method Description AddDatabaseToolsPrivateEndpointLockResponse
DatabaseTools. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request)
Adds a lock to a DatabaseToolsPrivateEndpoint resource.AddDatabaseToolsPrivateEndpointLockResponse
DatabaseToolsClient. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request)
Methods in com.oracle.bmc.databasetools that return types with arguments of type AddDatabaseToolsPrivateEndpointLockResponse Modifier and Type Method Description Future<AddDatabaseToolsPrivateEndpointLockResponse>
DatabaseToolsAsync. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request, AsyncHandler<AddDatabaseToolsPrivateEndpointLockRequest,AddDatabaseToolsPrivateEndpointLockResponse> handler)
Adds a lock to a DatabaseToolsPrivateEndpoint resource.Future<AddDatabaseToolsPrivateEndpointLockResponse>
DatabaseToolsAsyncClient. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request, AsyncHandler<AddDatabaseToolsPrivateEndpointLockRequest,AddDatabaseToolsPrivateEndpointLockResponse> handler)
Method parameters in com.oracle.bmc.databasetools with type arguments of type AddDatabaseToolsPrivateEndpointLockResponse Modifier and Type Method Description Future<AddDatabaseToolsPrivateEndpointLockResponse>
DatabaseToolsAsync. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request, AsyncHandler<AddDatabaseToolsPrivateEndpointLockRequest,AddDatabaseToolsPrivateEndpointLockResponse> handler)
Adds a lock to a DatabaseToolsPrivateEndpoint resource.Future<AddDatabaseToolsPrivateEndpointLockResponse>
DatabaseToolsAsyncClient. addDatabaseToolsPrivateEndpointLock(AddDatabaseToolsPrivateEndpointLockRequest request, AsyncHandler<AddDatabaseToolsPrivateEndpointLockRequest,AddDatabaseToolsPrivateEndpointLockResponse> handler)
-
Uses of AddDatabaseToolsPrivateEndpointLockResponse in com.oracle.bmc.databasetools.responses
Methods in com.oracle.bmc.databasetools.responses that return AddDatabaseToolsPrivateEndpointLockResponse Modifier and Type Method Description AddDatabaseToolsPrivateEndpointLockResponse
AddDatabaseToolsPrivateEndpointLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasetools.responses with parameters of type AddDatabaseToolsPrivateEndpointLockResponse Modifier and Type Method Description AddDatabaseToolsPrivateEndpointLockResponse.Builder
AddDatabaseToolsPrivateEndpointLockResponse.Builder. copy(AddDatabaseToolsPrivateEndpointLockResponse o)
Copy method to populate the builder with values from the given instance.
-