Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.EncryptionOption
-
Packages that use EncryptionOption Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of EncryptionOption in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return EncryptionOption Modifier and Type Method Description EncryptionOptionKMSKeyDetails. encryptionOption()The encryption option for a repository association.static EncryptionOptionEncryptionOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionOptionEncryptionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionOption[]EncryptionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type EncryptionOption Modifier and Type Method Description static Set<EncryptionOption>EncryptionOption. knownValues()Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type EncryptionOption Modifier and Type Method Description KMSKeyDetails.BuilderKMSKeyDetails.Builder. encryptionOption(EncryptionOption encryptionOption)The encryption option for a repository association.
-