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.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type ImportKeyRequest Modifier and Type Method Description ImportKeyResponse
KmsManagement. 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)
ImportKeyResponse
KmsManagementClient. 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.requests
Methods in com.oracle.bmc.keymanagement.requests that return ImportKeyRequest Modifier and Type Method Description ImportKeyRequest
ImportKeyRequest.Builder. build()
Build the instance of ImportKeyRequest as configured by this builderImportKeyRequest
ImportKeyRequest.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.Builder
ImportKeyRequest.Builder. copy(ImportKeyRequest o)
Copy method to populate the builder with values from the given instance.
-