Uses of Class
com.oracle.bmc.core.responses.UpdateVolumeKmsKeyResponse
-
Packages that use UpdateVolumeKmsKeyResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateVolumeKmsKeyResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateVolumeKmsKeyResponse Modifier and Type Method Description UpdateVolumeKmsKeyResponseBlockstorage. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request)Updates the specified volume with a new Key Management master encryption key.UpdateVolumeKmsKeyResponseBlockstorageClient. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request)Methods in com.oracle.bmc.core that return types with arguments of type UpdateVolumeKmsKeyResponse Modifier and Type Method Description Future<UpdateVolumeKmsKeyResponse>BlockstorageAsync. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request, AsyncHandler<UpdateVolumeKmsKeyRequest,UpdateVolumeKmsKeyResponse> handler)Updates the specified volume with a new Key Management master encryption key.Future<UpdateVolumeKmsKeyResponse>BlockstorageAsyncClient. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request, AsyncHandler<UpdateVolumeKmsKeyRequest,UpdateVolumeKmsKeyResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVolumeKmsKeyResponse Modifier and Type Method Description Future<UpdateVolumeKmsKeyResponse>BlockstorageAsync. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request, AsyncHandler<UpdateVolumeKmsKeyRequest,UpdateVolumeKmsKeyResponse> handler)Updates the specified volume with a new Key Management master encryption key.Future<UpdateVolumeKmsKeyResponse>BlockstorageAsyncClient. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request, AsyncHandler<UpdateVolumeKmsKeyRequest,UpdateVolumeKmsKeyResponse> handler) -
Uses of UpdateVolumeKmsKeyResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateVolumeKmsKeyResponse Modifier and Type Method Description UpdateVolumeKmsKeyResponseUpdateVolumeKmsKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateVolumeKmsKeyResponse Modifier and Type Method Description UpdateVolumeKmsKeyResponse.BuilderUpdateVolumeKmsKeyResponse.Builder. copy(UpdateVolumeKmsKeyResponse o)Copy method to populate the builder with values from the given instance.
-