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