Uses of Class
com.oracle.bmc.database.responses.ChangeEncryptionKeyLocationResponse
-
Packages that use ChangeEncryptionKeyLocationResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeEncryptionKeyLocationResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeEncryptionKeyLocationResponse Modifier and Type Method Description ChangeEncryptionKeyLocationResponse
Database. changeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request)
Update the encryption key management location for the databaseChangeEncryptionKeyLocationResponse
DatabaseClient. changeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeEncryptionKeyLocationResponse 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 ChangeEncryptionKeyLocationResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeEncryptionKeyLocationResponse Modifier and Type Method Description ChangeEncryptionKeyLocationResponse
ChangeEncryptionKeyLocationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeEncryptionKeyLocationResponse Modifier and Type Method Description ChangeEncryptionKeyLocationResponse.Builder
ChangeEncryptionKeyLocationResponse.Builder. copy(ChangeEncryptionKeyLocationResponse o)
Copy method to populate the builder with values from the given instance.
-