Uses of Class
software.amazon.awssdk.services.shield.model.AttackPropertyIdentifier
-
Packages that use AttackPropertyIdentifier Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackPropertyIdentifier in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AttackPropertyIdentifier Modifier and Type Method Description AttackPropertyIdentifierAttackProperty. attackPropertyIdentifier()Defines the Shield event property information that is provided.static AttackPropertyIdentifierAttackPropertyIdentifier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AttackPropertyIdentifierAttackPropertyIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static AttackPropertyIdentifier[]AttackPropertyIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackPropertyIdentifier Modifier and Type Method Description static Set<AttackPropertyIdentifier>AttackPropertyIdentifier. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackPropertyIdentifier Modifier and Type Method Description AttackProperty.BuilderAttackProperty.Builder. attackPropertyIdentifier(AttackPropertyIdentifier attackPropertyIdentifier)Defines the Shield event property information that is provided.
-