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.databaseMethods 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 newWaiterusing the default configuration.Waiter<RotatePluggableDatabaseEncryptionKeyRequest,RotatePluggableDatabaseEncryptionKeyResponse>DatabaseWaiters. forRotatePluggableDatabaseEncryptionKey(RotatePluggableDatabaseEncryptionKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing 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.requestsMethods in com.oracle.bmc.database.requests that return RotatePluggableDatabaseEncryptionKeyRequest Modifier and Type Method Description RotatePluggableDatabaseEncryptionKeyRequestRotatePluggableDatabaseEncryptionKeyRequest.Builder. build()Build the instance of RotatePluggableDatabaseEncryptionKeyRequest as configured by this builderRotatePluggableDatabaseEncryptionKeyRequestRotatePluggableDatabaseEncryptionKeyRequest.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.BuilderRotatePluggableDatabaseEncryptionKeyRequest.Builder. copy(RotatePluggableDatabaseEncryptionKeyRequest o)Copy method to populate the builder with values from the given instance.
 
-