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