Uses of Interface
software.amazon.awssdk.services.kinesis.model.StartStreamEncryptionRequest.Builder
Packages that use StartStreamEncryptionRequest.Builder
Package
Description
-
Uses of StartStreamEncryptionRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type StartStreamEncryptionRequest.BuilderModifier and TypeMethodDescriptionKinesisAsyncClient.startStreamEncryption(Consumer<StartStreamEncryptionRequest.Builder> startStreamEncryptionRequest) Enables or updates server-side encryption using an Amazon Web Services KMS key for a specified stream.default StartStreamEncryptionResponseKinesisClient.startStreamEncryption(Consumer<StartStreamEncryptionRequest.Builder> startStreamEncryptionRequest) Enables or updates server-side encryption using an Amazon Web Services KMS key for a specified stream. -
Uses of StartStreamEncryptionRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StartStreamEncryptionRequest.BuilderModifier and TypeMethodDescriptionStartStreamEncryptionRequest.builder()StartStreamEncryptionRequest.Builder.encryptionType(String encryptionType) The encryption type to use.StartStreamEncryptionRequest.Builder.encryptionType(EncryptionType encryptionType) The encryption type to use.The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.StartStreamEncryptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartStreamEncryptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of the stream.Not Implemented.StartStreamEncryptionRequest.Builder.streamName(String streamName) The name of the stream for which to start encrypting records.StartStreamEncryptionRequest.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StartStreamEncryptionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartStreamEncryptionRequest.Builder>StartStreamEncryptionRequest.serializableBuilderClass()