| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonKinesisClient.startStreamEncryption(StartStreamEncryptionRequest startStreamEncryptionRequest)
Enables or updates server-side encryption using an AWS KMS key for a
specified stream.
|
void |
AmazonKinesis.startStreamEncryption(StartStreamEncryptionRequest startStreamEncryptionRequest)
Enables or updates server-side encryption using an AWS KMS key for a
specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
StartStreamEncryptionRequest |
StartStreamEncryptionRequest.withEncryptionType(EncryptionType encryptionType)
The encryption type to use.
|
StartStreamEncryptionRequest |
StartStreamEncryptionRequest.withEncryptionType(String encryptionType)
The encryption type to use.
|
StartStreamEncryptionRequest |
StartStreamEncryptionRequest.withKeyId(String keyId)
The GUID for the customer-managed AWS KMS key to use for encryption.
|
StartStreamEncryptionRequest |
StartStreamEncryptionRequest.withStreamName(String streamName)
The name of the stream for which to start encrypting records.
|
Copyright © 2019. All rights reserved.