Uses of Class
software.amazon.awssdk.services.waf.model.ChangeTokenStatus
-
Packages that use ChangeTokenStatus Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ChangeTokenStatus in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ChangeTokenStatus Modifier and Type Method Description ChangeTokenStatusGetChangeTokenStatusResponse. changeTokenStatus()The status of the change token.static ChangeTokenStatusChangeTokenStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeTokenStatusChangeTokenStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeTokenStatus[]ChangeTokenStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ChangeTokenStatus Modifier and Type Method Description static Set<ChangeTokenStatus>ChangeTokenStatus. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type ChangeTokenStatus Modifier and Type Method Description GetChangeTokenStatusResponse.BuilderGetChangeTokenStatusResponse.Builder. changeTokenStatus(ChangeTokenStatus changeTokenStatus)The status of the change token.
-