Uses of Class
software.amazon.awssdk.services.synthetics.model.EncryptionMode
-
Packages that use EncryptionMode Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of EncryptionMode in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return EncryptionMode Modifier and Type Method Description EncryptionModeS3EncryptionConfig. encryptionMode()The encryption method to use for artifacts created by this canary.static EncryptionModeEncryptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionModeEncryptionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionMode[]EncryptionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type EncryptionMode Modifier and Type Method Description static Set<EncryptionMode>EncryptionMode. knownValues()Methods in software.amazon.awssdk.services.synthetics.model with parameters of type EncryptionMode Modifier and Type Method Description S3EncryptionConfig.BuilderS3EncryptionConfig.Builder. encryptionMode(EncryptionMode encryptionMode)The encryption method to use for artifacts created by this canary.
-