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