| 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.stopStreamEncryption(StopStreamEncryptionRequest stopStreamEncryptionRequest)
Disables server-side encryption for a specified stream.
|
void |
AmazonKinesis.stopStreamEncryption(StopStreamEncryptionRequest stopStreamEncryptionRequest)
Disables server-side encryption for a specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withEncryptionType(EncryptionType encryptionType)
The encryption type.
|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withEncryptionType(String encryptionType)
The encryption type.
|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withKeyId(String keyId)
The GUID for the customer-managed AWS KMS key to use for encryption.
|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withStreamName(String streamName)
The name of the stream on which to stop encrypting records.
|
Copyright © 2019. All rights reserved.