Uses of Class
com.oracle.bmc.database.requests.RotatePluggableDatabaseEncryptionKeyRequest
-
Packages that use RotatePluggableDatabaseEncryptionKeyRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of RotatePluggableDatabaseEncryptionKeyRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RotatePluggableDatabaseEncryptionKeyRequest Modifier and Type Method Description Waiter<RotatePluggableDatabaseEncryptionKeyRequest,RotatePluggableDatabaseEncryptionKeyResponse>
DatabaseWaiters. forRotatePluggableDatabaseEncryptionKey(RotatePluggableDatabaseEncryptionKeyRequest request)
Creates a newWaiter
using the default configuration.Waiter<RotatePluggableDatabaseEncryptionKeyRequest,RotatePluggableDatabaseEncryptionKeyResponse>
DatabaseWaiters. forRotatePluggableDatabaseEncryptionKey(RotatePluggableDatabaseEncryptionKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type RotatePluggableDatabaseEncryptionKeyRequest 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 RotatePluggableDatabaseEncryptionKeyRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return RotatePluggableDatabaseEncryptionKeyRequest Modifier and Type Method Description RotatePluggableDatabaseEncryptionKeyRequest
RotatePluggableDatabaseEncryptionKeyRequest.Builder. build()
Build the instance of RotatePluggableDatabaseEncryptionKeyRequest as configured by this builderRotatePluggableDatabaseEncryptionKeyRequest
RotatePluggableDatabaseEncryptionKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotatePluggableDatabaseEncryptionKeyRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type RotatePluggableDatabaseEncryptionKeyRequest Modifier and Type Method Description RotatePluggableDatabaseEncryptionKeyRequest.Builder
RotatePluggableDatabaseEncryptionKeyRequest.Builder. copy(RotatePluggableDatabaseEncryptionKeyRequest o)
Copy method to populate the builder with values from the given instance.
-