Uses of Class
com.oracle.bmc.keymanagement.responses.RestoreKeyFromFileResponse
-
Packages that use RestoreKeyFromFileResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of RestoreKeyFromFileResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return RestoreKeyFromFileResponse 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.RestoreKeyFromFileResponse
KmsManagementClient. restoreKeyFromFile(RestoreKeyFromFileRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type RestoreKeyFromFileResponse 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)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type RestoreKeyFromFileResponse 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 RestoreKeyFromFileResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return RestoreKeyFromFileResponse Modifier and Type Method Description RestoreKeyFromFileResponse
RestoreKeyFromFileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type RestoreKeyFromFileResponse Modifier and Type Method Description RestoreKeyFromFileResponse.Builder
RestoreKeyFromFileResponse.Builder. copy(RestoreKeyFromFileResponse o)
Copy method to populate the builder with values from the given instance.
-