Uses of Class
software.amazon.awssdk.services.kinesis.model.StartStreamEncryptionRequest
-
Packages that use StartStreamEncryptionRequest Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.transform -
-
Uses of StartStreamEncryptionRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type StartStreamEncryptionRequest Modifier and Type Method Description default CompletableFuture<StartStreamEncryptionResponse>KinesisAsyncClient. startStreamEncryption(StartStreamEncryptionRequest startStreamEncryptionRequest)Enables or updates server-side encryption using an Amazon Web Services KMS key for a specified stream.default StartStreamEncryptionResponseKinesisClient. startStreamEncryption(StartStreamEncryptionRequest startStreamEncryptionRequest)Enables or updates server-side encryption using an Amazon Web Services KMS key for a specified stream. -
Uses of StartStreamEncryptionRequest in software.amazon.awssdk.services.kinesis.transform
Methods in software.amazon.awssdk.services.kinesis.transform with parameters of type StartStreamEncryptionRequest Modifier and Type Method Description SdkHttpFullRequestStartStreamEncryptionRequestMarshaller. marshall(StartStreamEncryptionRequest startStreamEncryptionRequest)
-