Uses of Class
com.oracle.bmc.core.requests.UpdateVolumeKmsKeyRequest
-
Packages that use UpdateVolumeKmsKeyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVolumeKmsKeyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVolumeKmsKeyRequest Modifier and Type Method Description UpdateVolumeKmsKeyResponseBlockstorage. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request)Updates the specified volume with a new Key Management master encryption key.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)UpdateVolumeKmsKeyResponseBlockstorageClient. updateVolumeKmsKey(UpdateVolumeKmsKeyRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVolumeKmsKeyRequest 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 UpdateVolumeKmsKeyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVolumeKmsKeyRequest Modifier and Type Method Description UpdateVolumeKmsKeyRequestUpdateVolumeKmsKeyRequest.Builder. build()Build the instance of UpdateVolumeKmsKeyRequest as configured by this builderUpdateVolumeKmsKeyRequestUpdateVolumeKmsKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateVolumeKmsKeyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVolumeKmsKeyRequest Modifier and Type Method Description UpdateVolumeKmsKeyRequest.BuilderUpdateVolumeKmsKeyRequest.Builder. copy(UpdateVolumeKmsKeyRequest o)Copy method to populate the builder with values from the given instance.
-