Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
ImportKeyVersionResponse |
KmsManagementClient.importKeyVersion(ImportKeyVersionRequest request) |
ImportKeyVersionResponse |
KmsManagement.importKeyVersion(ImportKeyVersionRequest request)
Imports AES key material to create a new key version and then rotate the key to begin using
the new key version.
|
Future<ImportKeyVersionResponse> |
KmsManagementAsyncClient.importKeyVersion(ImportKeyVersionRequest request,
AsyncHandler<ImportKeyVersionRequest,ImportKeyVersionResponse> handler) |
Future<ImportKeyVersionResponse> |
KmsManagementAsync.importKeyVersion(ImportKeyVersionRequest request,
AsyncHandler<ImportKeyVersionRequest,ImportKeyVersionResponse> handler)
Imports AES key material to create a new key version and then rotate the key to begin using
the new key version.
|
Modifier and Type | Method and Description |
---|---|
Future<ImportKeyVersionResponse> |
KmsManagementAsyncClient.importKeyVersion(ImportKeyVersionRequest request,
AsyncHandler<ImportKeyVersionRequest,ImportKeyVersionResponse> handler) |
Future<ImportKeyVersionResponse> |
KmsManagementAsync.importKeyVersion(ImportKeyVersionRequest request,
AsyncHandler<ImportKeyVersionRequest,ImportKeyVersionResponse> handler)
Imports AES key material to create a new key version and then rotate the key to begin using
the new key version.
|
Modifier and Type | Method and Description |
---|---|
ImportKeyVersionRequest |
ImportKeyVersionRequest.Builder.build()
Build the instance of ImportKeyVersionRequest as configured by this builder
|
ImportKeyVersionRequest |
ImportKeyVersionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ImportKeyVersionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ImportKeyVersionRequest.Builder |
ImportKeyVersionRequest.Builder.copy(ImportKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.