Package | Description |
---|---|
com.amazonaws.services.kinesis |
|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
Future<StartStreamEncryptionResult> |
AbstractAmazonKinesisAsync.startStreamEncryptionAsync(StartStreamEncryptionRequest request,
AsyncHandler<StartStreamEncryptionRequest,StartStreamEncryptionResult> asyncHandler) |
Future<StartStreamEncryptionResult> |
AmazonKinesisAsync.startStreamEncryptionAsync(StartStreamEncryptionRequest startStreamEncryptionRequest,
AsyncHandler<StartStreamEncryptionRequest,StartStreamEncryptionResult> asyncHandler)
Enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
Future<StartStreamEncryptionResult> |
AmazonKinesisAsyncClient.startStreamEncryptionAsync(StartStreamEncryptionRequest request,
AsyncHandler<StartStreamEncryptionRequest,StartStreamEncryptionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartStreamEncryptionRequest |
StartStreamEncryptionRequest.clone() |
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 © 2020. All rights reserved.