Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Future<ExportKeyResponse> |
KmsCryptoAsyncClient.exportKey(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ExportKeyResponse> |
KmsCryptoAsyncClient.exportKey(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ExportKeyResponse |
ExportKeyResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ExportKeyResponse.Builder |
ExportKeyResponse.Builder.copy(ExportKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.