Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.EncryptionKeyType
Packages that use EncryptionKeyType
-
Uses of EncryptionKeyType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EncryptionKeyTypeModifier and TypeMethodDescriptionstatic EncryptionKeyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EncryptionKeyTypeKeyConfigurationType.keyType()The type of encryption key used for the user pool.static EncryptionKeyTypeReturns the enum constant of this type with the specified name.static EncryptionKeyType[]EncryptionKeyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type EncryptionKeyTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type EncryptionKeyTypeModifier and TypeMethodDescriptionKeyConfigurationType.Builder.keyType(EncryptionKeyType keyType) The type of encryption key used for the user pool.