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 UpdateVolumeKmsKeyResponse
Blockstorage. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request)
Updates the specified volume with a new Key Management master encryption key.UpdateVolumeKmsKeyResponse
BlockstorageClient. 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 UpdateVolumeKmsKeyResponse
UpdateVolumeKmsKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateVolumeKmsKeyResponse Modifier and Type Method Description UpdateVolumeKmsKeyResponse.Builder
UpdateVolumeKmsKeyResponse.Builder. copy(UpdateVolumeKmsKeyResponse o)
Copy method to populate the builder with values from the given instance.
-