Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
CreateKeyVersionResponse |
KmsManagement.createKeyVersion(CreateKeyVersionRequest request)
Generates new cryptographic material for a key.
|
CreateKeyVersionResponse |
KmsManagementClient.createKeyVersion(CreateKeyVersionRequest request) |
Future<CreateKeyVersionResponse> |
KmsManagementAsync.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates new cryptographic material for a key.
|
Future<CreateKeyVersionResponse> |
KmsManagementAsyncClient.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyVersionResponse> |
KmsManagementAsync.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler)
Generates new cryptographic material for a key.
|
Future<CreateKeyVersionResponse> |
KmsManagementAsyncClient.createKeyVersion(CreateKeyVersionRequest request,
AsyncHandler<CreateKeyVersionRequest,CreateKeyVersionResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateKeyVersionRequest |
CreateKeyVersionRequest.Builder.build()
Build the instance of CreateKeyVersionRequest as configured by this builder
|
CreateKeyVersionRequest |
CreateKeyVersionRequest.Builder.buildWithoutInvocationCallback() |
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–2019. All rights reserved.