Uses of Class
com.oracle.bmc.database.responses.RotateVaultKeyResponse
-
Packages that use RotateVaultKeyResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RotateVaultKeyResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RotateVaultKeyResponse Modifier and Type Method Description RotateVaultKeyResponse
Database. rotateVaultKey(RotateVaultKeyRequest request)
Creates a new version of an existing Vault service key.RotateVaultKeyResponse
DatabaseClient. rotateVaultKey(RotateVaultKeyRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type RotateVaultKeyResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type RotateVaultKeyResponse 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 RotateVaultKeyResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RotateVaultKeyResponse Modifier and Type Method Description RotateVaultKeyResponse
RotateVaultKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RotateVaultKeyResponse Modifier and Type Method Description RotateVaultKeyResponse.Builder
RotateVaultKeyResponse.Builder. copy(RotateVaultKeyResponse o)
Copy method to populate the builder with values from the given instance.
-