Uses of Class
com.oracle.bmc.database.requests.ChangeEncryptionKeyLocationRequest
-
Packages that use ChangeEncryptionKeyLocationRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeEncryptionKeyLocationRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeEncryptionKeyLocationRequest Modifier and Type Method Description Waiter<ChangeEncryptionKeyLocationRequest,ChangeEncryptionKeyLocationResponse>
DatabaseWaiters. forChangeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeEncryptionKeyLocationRequest,ChangeEncryptionKeyLocationResponse>
DatabaseWaiters. forChangeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeEncryptionKeyLocationRequest Modifier and Type Method Description Future<ChangeEncryptionKeyLocationResponse>
DatabaseAsync. changeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request, AsyncHandler<ChangeEncryptionKeyLocationRequest,ChangeEncryptionKeyLocationResponse> handler)
Update the encryption key management location for the databaseFuture<ChangeEncryptionKeyLocationResponse>
DatabaseAsyncClient. changeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request, AsyncHandler<ChangeEncryptionKeyLocationRequest,ChangeEncryptionKeyLocationResponse> handler)
-
Uses of ChangeEncryptionKeyLocationRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeEncryptionKeyLocationRequest Modifier and Type Method Description ChangeEncryptionKeyLocationRequest
ChangeEncryptionKeyLocationRequest.Builder. build()
Build the instance of ChangeEncryptionKeyLocationRequest as configured by this builderChangeEncryptionKeyLocationRequest
ChangeEncryptionKeyLocationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeEncryptionKeyLocationRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeEncryptionKeyLocationRequest Modifier and Type Method Description ChangeEncryptionKeyLocationRequest.Builder
ChangeEncryptionKeyLocationRequest.Builder. copy(ChangeEncryptionKeyLocationRequest o)
Copy method to populate the builder with values from the given instance.
-