Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
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) |
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 |
---|---|
ExportKeyRequest |
ExportKeyRequest.Builder.build()
Build the instance of ExportKeyRequest as configured by this builder
|
ExportKeyRequest |
ExportKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ExportKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ExportKeyRequest.Builder |
ExportKeyRequest.Builder.copy(ExportKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.