Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
EnableKeyResponse |
KmsManagementClient.enableKey(EnableKeyRequest request) |
EnableKeyResponse |
KmsManagement.enableKey(EnableKeyRequest request)
Enables a master encryption key so it can be used for encryption, decryption, or generating
new data encryption keys.
|
Future<EnableKeyResponse> |
KmsManagementAsyncClient.enableKey(EnableKeyRequest request,
AsyncHandler<EnableKeyRequest,EnableKeyResponse> handler) |
Future<EnableKeyResponse> |
KmsManagementAsync.enableKey(EnableKeyRequest request,
AsyncHandler<EnableKeyRequest,EnableKeyResponse> handler)
Enables a master encryption key so it can be used for encryption, decryption, or generating
new data encryption keys.
|
Modifier and Type | Method and Description |
---|---|
Future<EnableKeyResponse> |
KmsManagementAsyncClient.enableKey(EnableKeyRequest request,
AsyncHandler<EnableKeyRequest,EnableKeyResponse> handler) |
Future<EnableKeyResponse> |
KmsManagementAsync.enableKey(EnableKeyRequest request,
AsyncHandler<EnableKeyRequest,EnableKeyResponse> handler)
Enables a master encryption key so it can be used for encryption, decryption, or generating
new data encryption keys.
|
Modifier and Type | Method and Description |
---|---|
EnableKeyRequest |
EnableKeyRequest.Builder.build()
Build the instance of EnableKeyRequest as configured by this builder
|
EnableKeyRequest |
EnableKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of EnableKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
EnableKeyRequest.Builder |
EnableKeyRequest.Builder.copy(EnableKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.