Uses of Class
com.oracle.bmc.keymanagement.requests.ExportKeyRequest
-
Packages that use ExportKeyRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of ExportKeyRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type ExportKeyRequest Modifier and Type Method Description ExportKeyResponse
KmsCrypto. exportKey(ExportKeyRequest request)
Exports a specific version of a master encryption key according to the details of the request.Future<ExportKeyResponse>
KmsCryptoAsync. exportKey(ExportKeyRequest request, AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler)
Exports a specific version of a master encryption key according to the details of the request.Future<ExportKeyResponse>
KmsCryptoAsyncClient. exportKey(ExportKeyRequest request, AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler)
ExportKeyResponse
KmsCryptoClient. exportKey(ExportKeyRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type ExportKeyRequest Modifier and Type Method Description Future<ExportKeyResponse>
KmsCryptoAsync. exportKey(ExportKeyRequest request, AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler)
Exports a specific version of a master encryption key according to the details of the request.Future<ExportKeyResponse>
KmsCryptoAsyncClient. exportKey(ExportKeyRequest request, AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler)
-
Uses of ExportKeyRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ExportKeyRequest Modifier and Type Method Description ExportKeyRequest
ExportKeyRequest.Builder. build()
Build the instance of ExportKeyRequest as configured by this builderExportKeyRequest
ExportKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportKeyRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type ExportKeyRequest Modifier and Type Method Description ExportKeyRequest.Builder
ExportKeyRequest.Builder. copy(ExportKeyRequest o)
Copy method to populate the builder with values from the given instance.
-