Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
DisableKeyResponse |
KmsManagementClient.disableKey(DisableKeyRequest request) |
DisableKeyResponse |
KmsManagement.disableKey(DisableKeyRequest request)
Disables a master encryption key so it can no longer be used for encryption, decryption, or
generating new data encryption keys.
|
Modifier and Type | Method and Description |
---|---|
Future<DisableKeyResponse> |
KmsManagementAsyncClient.disableKey(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResponse> handler) |
Future<DisableKeyResponse> |
KmsManagementAsync.disableKey(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResponse> handler)
Disables a master encryption key so it can no longer be used for encryption, decryption, or
generating new data encryption keys.
|
Modifier and Type | Method and Description |
---|---|
Future<DisableKeyResponse> |
KmsManagementAsyncClient.disableKey(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResponse> handler) |
Future<DisableKeyResponse> |
KmsManagementAsync.disableKey(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResponse> handler)
Disables a master encryption key so it can no longer be used for encryption, decryption, or
generating new data encryption keys.
|
Modifier and Type | Method and Description |
---|---|
DisableKeyResponse |
DisableKeyResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DisableKeyResponse.Builder |
DisableKeyResponse.Builder.copy(DisableKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.