Uses of Class
com.oracle.bmc.core.requests.UpdateBootVolumeKmsKeyRequest
-
Packages that use UpdateBootVolumeKmsKeyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateBootVolumeKmsKeyRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateBootVolumeKmsKeyRequest Modifier and Type Method Description UpdateBootVolumeKmsKeyResponse
Blockstorage. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request)
Updates the specified volume with a new Vault service master encryption key.Future<UpdateBootVolumeKmsKeyResponse>
BlockstorageAsync. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request, AsyncHandler<UpdateBootVolumeKmsKeyRequest,UpdateBootVolumeKmsKeyResponse> handler)
Updates the specified volume with a new Vault service master encryption key.Future<UpdateBootVolumeKmsKeyResponse>
BlockstorageAsyncClient. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request, AsyncHandler<UpdateBootVolumeKmsKeyRequest,UpdateBootVolumeKmsKeyResponse> handler)
UpdateBootVolumeKmsKeyResponse
BlockstorageClient. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateBootVolumeKmsKeyRequest Modifier and Type Method Description Future<UpdateBootVolumeKmsKeyResponse>
BlockstorageAsync. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request, AsyncHandler<UpdateBootVolumeKmsKeyRequest,UpdateBootVolumeKmsKeyResponse> handler)
Updates the specified volume with a new Vault service master encryption key.Future<UpdateBootVolumeKmsKeyResponse>
BlockstorageAsyncClient. updateBootVolumeKmsKey(UpdateBootVolumeKmsKeyRequest request, AsyncHandler<UpdateBootVolumeKmsKeyRequest,UpdateBootVolumeKmsKeyResponse> handler)
-
Uses of UpdateBootVolumeKmsKeyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateBootVolumeKmsKeyRequest Modifier and Type Method Description UpdateBootVolumeKmsKeyRequest
UpdateBootVolumeKmsKeyRequest.Builder. build()
Build the instance of UpdateBootVolumeKmsKeyRequest as configured by this builderUpdateBootVolumeKmsKeyRequest
UpdateBootVolumeKmsKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBootVolumeKmsKeyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateBootVolumeKmsKeyRequest Modifier and Type Method Description UpdateBootVolumeKmsKeyRequest.Builder
UpdateBootVolumeKmsKeyRequest.Builder. copy(UpdateBootVolumeKmsKeyRequest o)
Copy method to populate the builder with values from the given instance.
-