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