Uses of Class
com.oracle.bmc.database.requests.RotateVaultKeyRequest
-
Packages that use RotateVaultKeyRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of RotateVaultKeyRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RotateVaultKeyRequest Modifier and Type Method Description Waiter<RotateVaultKeyRequest,RotateVaultKeyResponse>
DatabaseWaiters. forRotateVaultKey(RotateVaultKeyRequest request)
Creates a newWaiter
using the default configuration.Waiter<RotateVaultKeyRequest,RotateVaultKeyResponse>
DatabaseWaiters. forRotateVaultKey(RotateVaultKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type RotateVaultKeyRequest Modifier and Type Method Description Future<RotateVaultKeyResponse>
DatabaseAsync. rotateVaultKey(RotateVaultKeyRequest request, AsyncHandler<RotateVaultKeyRequest,RotateVaultKeyResponse> handler)
Creates a new version of an existing Vault service key.Future<RotateVaultKeyResponse>
DatabaseAsyncClient. rotateVaultKey(RotateVaultKeyRequest request, AsyncHandler<RotateVaultKeyRequest,RotateVaultKeyResponse> handler)
-
Uses of RotateVaultKeyRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return RotateVaultKeyRequest Modifier and Type Method Description RotateVaultKeyRequest
RotateVaultKeyRequest.Builder. build()
Build the instance of RotateVaultKeyRequest as configured by this builderRotateVaultKeyRequest
RotateVaultKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateVaultKeyRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type RotateVaultKeyRequest Modifier and Type Method Description RotateVaultKeyRequest.Builder
RotateVaultKeyRequest.Builder. copy(RotateVaultKeyRequest o)
Copy method to populate the builder with values from the given instance.
-