Uses of Class
com.oracle.bmc.database.responses.RotateAutonomousDatabaseEncryptionKeyResponse
-
Packages that use RotateAutonomousDatabaseEncryptionKeyResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RotateAutonomousDatabaseEncryptionKeyResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RotateAutonomousDatabaseEncryptionKeyResponse Modifier and Type Method Description RotateAutonomousDatabaseEncryptionKeyResponse
Database. rotateAutonomousDatabaseEncryptionKey(RotateAutonomousDatabaseEncryptionKeyRequest request)
Rotate existing AutonomousDatabase Vault service key.RotateAutonomousDatabaseEncryptionKeyResponse
DatabaseClient. rotateAutonomousDatabaseEncryptionKey(RotateAutonomousDatabaseEncryptionKeyRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type RotateAutonomousDatabaseEncryptionKeyResponse Modifier and Type Method Description Future<RotateAutonomousDatabaseEncryptionKeyResponse>
DatabaseAsync. rotateAutonomousDatabaseEncryptionKey(RotateAutonomousDatabaseEncryptionKeyRequest request, AsyncHandler<RotateAutonomousDatabaseEncryptionKeyRequest,RotateAutonomousDatabaseEncryptionKeyResponse> handler)
Rotate existing AutonomousDatabase Vault service key.Future<RotateAutonomousDatabaseEncryptionKeyResponse>
DatabaseAsyncClient. rotateAutonomousDatabaseEncryptionKey(RotateAutonomousDatabaseEncryptionKeyRequest request, AsyncHandler<RotateAutonomousDatabaseEncryptionKeyRequest,RotateAutonomousDatabaseEncryptionKeyResponse> handler)
-
Uses of RotateAutonomousDatabaseEncryptionKeyResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RotateAutonomousDatabaseEncryptionKeyResponse Modifier and Type Method Description RotateAutonomousDatabaseEncryptionKeyResponse
RotateAutonomousDatabaseEncryptionKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RotateAutonomousDatabaseEncryptionKeyResponse Modifier and Type Method Description RotateAutonomousDatabaseEncryptionKeyResponse.Builder
RotateAutonomousDatabaseEncryptionKeyResponse.Builder. copy(RotateAutonomousDatabaseEncryptionKeyResponse o)
Copy method to populate the builder with values from the given instance.
-