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