Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.EncryptionConfig
-
Packages that use EncryptionConfig Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of EncryptionConfig in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return EncryptionConfig Modifier and Type Method Description EncryptionConfigInstanceConfig. encryptionConfig()Returns the value of the EncryptionConfig property for this object.EncryptionConfigStartInstanceOnboardingJobRequest. encryptionConfig()Returns the value of the EncryptionConfig property for this object.Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type EncryptionConfig Modifier and Type Method Description InstanceConfig.BuilderInstanceConfig.Builder. encryptionConfig(EncryptionConfig encryptionConfig)Sets the value of the EncryptionConfig property for this object.StartInstanceOnboardingJobRequest.BuilderStartInstanceOnboardingJobRequest.Builder. encryptionConfig(EncryptionConfig encryptionConfig)Sets the value of the EncryptionConfig property for this object.
-