Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
CreateKeyVersionResponse |
KmsManagementClient.createKeyVersion(CreateKeyVersionRequest request) |
CreateKeyVersionResponse |
KmsManagement.createKeyVersion(CreateKeyVersionRequest request)
Generates a new KeyVersion
resource that provides new cryptographic material for a master encryption key.
|
Future<CreateKeyVersionResponse> |
KmsManagementAsyncClient.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler) |
Future<CreateKeyVersionResponse> |
KmsManagementAsync.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates a new KeyVersion
resource that provides new cryptographic material for a master encryption key.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyVersionResponse> |
KmsManagementAsyncClient.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler) |
Future<CreateKeyVersionResponse> |
KmsManagementAsync.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates a new KeyVersion
resource that provides new cryptographic material for a master encryption key.
|
Modifier and Type | Method and Description |
---|---|
CreateKeyVersionRequest |
CreateKeyVersionRequest.Builder.build()
Build the instance of CreateKeyVersionRequest as configured by this builder
|
CreateKeyVersionRequest |
CreateKeyVersionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateKeyVersionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateKeyVersionRequest.Builder |
CreateKeyVersionRequest.Builder.copy(CreateKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.