Uses of Class
com.oracle.bmc.keymanagement.requests.RestoreKeyFromFileRequest
-
Packages that use RestoreKeyFromFileRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of RestoreKeyFromFileRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type RestoreKeyFromFileRequest Modifier and Type Method Description RestoreKeyFromFileResponse
KmsManagement. restoreKeyFromFile(RestoreKeyFromFileRequest request)
Restores the specified key to the specified vault, based on information in the backup file provided.Future<RestoreKeyFromFileResponse>
KmsManagementAsync. restoreKeyFromFile(RestoreKeyFromFileRequest request, AsyncHandler<RestoreKeyFromFileRequest,RestoreKeyFromFileResponse> handler)
Restores the specified key to the specified vault, based on information in the backup file provided.Future<RestoreKeyFromFileResponse>
KmsManagementAsyncClient. restoreKeyFromFile(RestoreKeyFromFileRequest request, AsyncHandler<RestoreKeyFromFileRequest,RestoreKeyFromFileResponse> handler)
RestoreKeyFromFileResponse
KmsManagementClient. restoreKeyFromFile(RestoreKeyFromFileRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type RestoreKeyFromFileRequest Modifier and Type Method Description Future<RestoreKeyFromFileResponse>
KmsManagementAsync. restoreKeyFromFile(RestoreKeyFromFileRequest request, AsyncHandler<RestoreKeyFromFileRequest,RestoreKeyFromFileResponse> handler)
Restores the specified key to the specified vault, based on information in the backup file provided.Future<RestoreKeyFromFileResponse>
KmsManagementAsyncClient. restoreKeyFromFile(RestoreKeyFromFileRequest request, AsyncHandler<RestoreKeyFromFileRequest,RestoreKeyFromFileResponse> handler)
-
Uses of RestoreKeyFromFileRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return RestoreKeyFromFileRequest Modifier and Type Method Description RestoreKeyFromFileRequest
RestoreKeyFromFileRequest.Builder. build()
Build the instance of RestoreKeyFromFileRequest as configured by this builderRestoreKeyFromFileRequest
RestoreKeyFromFileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestoreKeyFromFileRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type RestoreKeyFromFileRequest Modifier and Type Method Description RestoreKeyFromFileRequest.Builder
RestoreKeyFromFileRequest.Builder. copy(RestoreKeyFromFileRequest o)
Copy method to populate the builder with values from the given instance.
-