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