Uses of Interface
software.amazon.awssdk.services.connect.model.EncryptionConfig.Builder
-
Packages that use EncryptionConfig.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EncryptionConfig.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EncryptionConfig.Builder Modifier and Type Method Description static EncryptionConfig.BuilderEncryptionConfig. builder()EncryptionConfig.BuilderEncryptionConfig.Builder. encryptionType(String encryptionType)The type of encryption.EncryptionConfig.BuilderEncryptionConfig.Builder. encryptionType(EncryptionType encryptionType)The type of encryption.EncryptionConfig.BuilderEncryptionConfig.Builder. keyId(String keyId)The full ARN of the encryption key.EncryptionConfig.BuilderEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EncryptionConfig.Builder Modifier and Type Method Description static Class<? extends EncryptionConfig.Builder>EncryptionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EncryptionConfig.Builder Modifier and Type Method Description default KinesisVideoStreamConfig.BuilderKinesisVideoStreamConfig.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)The encryption configuration.default S3Config.BuilderS3Config.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)The Amazon S3 encryption configuration.
-