Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
RestoreKeyFromFileResponse |
KmsManagementClient.restoreKeyFromFile(RestoreKeyFromFileRequest request) |
RestoreKeyFromFileResponse |
KmsManagement.restoreKeyFromFile(RestoreKeyFromFileRequest request)
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<RestoreKeyFromFileResponse> |
KmsManagementAsyncClient.restoreKeyFromFile(RestoreKeyFromFileRequest request,
AsyncHandler<RestoreKeyFromFileRequest,RestoreKeyFromFileResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
RestoreKeyFromFileRequest |
RestoreKeyFromFileRequest.Builder.build()
Build the instance of RestoreKeyFromFileRequest as configured by this builder
|
RestoreKeyFromFileRequest |
RestoreKeyFromFileRequest.Builder.buildWithoutInvocationCallback()
Build the instance of RestoreKeyFromFileRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
RestoreKeyFromFileRequest.Builder |
RestoreKeyFromFileRequest.Builder.copy(RestoreKeyFromFileRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.