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