| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsKinesisStreamStreamEncryptionDetails |
AwsKinesisStreamStreamEncryptionDetails.clone() |
AwsKinesisStreamStreamEncryptionDetails |
AwsKinesisStreamDetails.getStreamEncryption()
When specified, enables or updates server-side encryption using an KMS key for a specified stream.
|
AwsKinesisStreamStreamEncryptionDetails |
AwsKinesisStreamStreamEncryptionDetails.withEncryptionType(String encryptionType)
The encryption type to use.
|
AwsKinesisStreamStreamEncryptionDetails |
AwsKinesisStreamStreamEncryptionDetails.withKeyId(String keyId)
The globally unique identifier for the customer-managed KMS key to use for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsKinesisStreamDetails.setStreamEncryption(AwsKinesisStreamStreamEncryptionDetails streamEncryption)
When specified, enables or updates server-side encryption using an KMS key for a specified stream.
|
AwsKinesisStreamDetails |
AwsKinesisStreamDetails.withStreamEncryption(AwsKinesisStreamStreamEncryptionDetails streamEncryption)
When specified, enables or updates server-side encryption using an KMS key for a specified stream.
|
Copyright © 2023. All rights reserved.