Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.SecurityPolicyType
Packages that use SecurityPolicyType
-
Uses of SecurityPolicyType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SecurityPolicyTypeModifier and TypeMethodDescriptionstatic SecurityPolicyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SecurityPolicyTypeCustomDomainConfigType.securityPolicy()The security policy for the custom domain.static SecurityPolicyTypeReturns the enum constant of this type with the specified name.static SecurityPolicyType[]SecurityPolicyType.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 SecurityPolicyTypeModifier and TypeMethodDescriptionstatic Set<SecurityPolicyType>SecurityPolicyType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type SecurityPolicyTypeModifier and TypeMethodDescriptionCustomDomainConfigType.Builder.securityPolicy(SecurityPolicyType securityPolicy) The security policy for the custom domain.