Uses of Class
software.amazon.awssdk.services.shield.model.AttackLayer
-
Packages that use AttackLayer Package Description software.amazon.awssdk.services.shield.model -
-
Uses of AttackLayer in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return AttackLayer Modifier and Type Method Description AttackLayerAttackProperty. attackLayer()The type of Shield event that was observed.static AttackLayerAttackLayer. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AttackLayerAttackLayer. valueOf(String name)Returns the enum constant of this type with the specified name.static AttackLayer[]AttackLayer. 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 AttackLayer Modifier and Type Method Description static Set<AttackLayer>AttackLayer. knownValues()Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackLayer Modifier and Type Method Description AttackProperty.BuilderAttackProperty.Builder. attackLayer(AttackLayer attackLayer)The type of Shield event that was observed.
-