Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
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.
|
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 |
---|---|
DisableKeyRequest |
DisableKeyRequest.Builder.build()
Build the instance of DisableKeyRequest as configured by this builder
|
DisableKeyRequest |
DisableKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DisableKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DisableKeyRequest.Builder |
DisableKeyRequest.Builder.copy(DisableKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.