Uses of Class
com.oracle.bmc.keymanagement.requests.ImportKeyRequest
- 
Packages that use ImportKeyRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests 
- 
- 
Uses of ImportKeyRequest in com.oracle.bmc.keymanagementMethods in com.oracle.bmc.keymanagement with parameters of type ImportKeyRequest Modifier and Type Method Description ImportKeyResponseKmsManagement. importKey(ImportKeyRequest request)Imports AES and RSA keys to create a new key.Future<ImportKeyResponse>KmsManagementAsync. importKey(ImportKeyRequest request, AsyncHandler<ImportKeyRequest,ImportKeyResponse> handler)Imports AES and RSA keys to create a new key.Future<ImportKeyResponse>KmsManagementAsyncClient. importKey(ImportKeyRequest request, AsyncHandler<ImportKeyRequest,ImportKeyResponse> handler)ImportKeyResponseKmsManagementClient. importKey(ImportKeyRequest request)Method parameters in com.oracle.bmc.keymanagement with type arguments of type ImportKeyRequest Modifier and Type Method Description Future<ImportKeyResponse>KmsManagementAsync. importKey(ImportKeyRequest request, AsyncHandler<ImportKeyRequest,ImportKeyResponse> handler)Imports AES and RSA keys to create a new key.Future<ImportKeyResponse>KmsManagementAsyncClient. importKey(ImportKeyRequest request, AsyncHandler<ImportKeyRequest,ImportKeyResponse> handler)
- 
Uses of ImportKeyRequest in com.oracle.bmc.keymanagement.requestsMethods in com.oracle.bmc.keymanagement.requests that return ImportKeyRequest Modifier and Type Method Description ImportKeyRequestImportKeyRequest.Builder. build()Build the instance of ImportKeyRequest as configured by this builderImportKeyRequestImportKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of ImportKeyRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type ImportKeyRequest Modifier and Type Method Description ImportKeyRequest.BuilderImportKeyRequest.Builder. copy(ImportKeyRequest o)Copy method to populate the builder with values from the given instance.
 
-