Package | Description |
---|---|
com.amazonaws.services.kinesis |
|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
Future<StopStreamEncryptionResult> |
AmazonKinesisAsyncClient.stopStreamEncryptionAsync(StopStreamEncryptionRequest request,
AsyncHandler<StopStreamEncryptionRequest,StopStreamEncryptionResult> asyncHandler) |
Future<StopStreamEncryptionResult> |
AbstractAmazonKinesisAsync.stopStreamEncryptionAsync(StopStreamEncryptionRequest request,
AsyncHandler<StopStreamEncryptionRequest,StopStreamEncryptionResult> asyncHandler) |
Future<StopStreamEncryptionResult> |
AmazonKinesisAsync.stopStreamEncryptionAsync(StopStreamEncryptionRequest stopStreamEncryptionRequest,
AsyncHandler<StopStreamEncryptionRequest,StopStreamEncryptionResult> asyncHandler)
Disables server-side encryption for a specified stream.
|
Modifier and Type | Method and Description |
---|---|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.clone() |
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 Amazon Web Services KMS key to use for encryption.
|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withStreamARN(String streamARN)
The ARN of the stream.
|
StopStreamEncryptionRequest |
StopStreamEncryptionRequest.withStreamName(String streamName)
The name of the stream on which to stop encrypting records.
|
Copyright © 2024. All rights reserved.