Uses of Class
software.amazon.awssdk.services.wafv2.model.PayloadType
-
Packages that use PayloadType Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of PayloadType in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return PayloadType Modifier and Type Method Description static PayloadTypePayloadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PayloadTypeManagedRuleGroupConfig. payloadType()Deprecated.Deprecated.PayloadTypeRequestInspection. payloadType()The payload type for your login endpoint, either JSON or form encoded.PayloadTypeRequestInspectionACFP. payloadType()The payload type for your account creation endpoint, either JSON or form encoded.static PayloadTypePayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static PayloadType[]PayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type PayloadType Modifier and Type Method Description static Set<PayloadType>PayloadType. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type PayloadType Modifier and Type Method Description ManagedRuleGroupConfig.BuilderManagedRuleGroupConfig.Builder. payloadType(PayloadType payloadType)Deprecated.Deprecated.RequestInspection.BuilderRequestInspection.Builder. payloadType(PayloadType payloadType)The payload type for your login endpoint, either JSON or form encoded.RequestInspectionACFP.BuilderRequestInspectionACFP.Builder. payloadType(PayloadType payloadType)The payload type for your account creation endpoint, either JSON or form encoded.
-