Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ThrottleConditionDTO
-
Packages that use ThrottleConditionDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of ThrottleConditionDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ThrottleConditionDTO Modifier and Type Method Description ThrottleConditionDTOThrottleConditionDTO. headerCondition(HeaderConditionDTO headerCondition)ThrottleConditionDTOThrottleConditionDTO. invertCondition(Boolean invertCondition)ThrottleConditionDTOThrottleConditionDTO. ipCondition(IPConditionDTO ipCondition)ThrottleConditionDTOThrottleConditionDTO. jwtClaimsCondition(JWTClaimsConditionDTO jwtClaimsCondition)ThrottleConditionDTOThrottleConditionDTO. queryParameterCondition(QueryParameterConditionDTO queryParameterCondition)ThrottleConditionDTOThrottleConditionDTO. type(ThrottleConditionDTO.TypeEnum type)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type ThrottleConditionDTO Modifier and Type Method Description List<ThrottleConditionDTO>ConditionalGroupDTO. getConditions()Individual throttling conditions.Method parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type ThrottleConditionDTO Modifier and Type Method Description ConditionalGroupDTOConditionalGroupDTO. conditions(List<ThrottleConditionDTO> conditions)voidConditionalGroupDTO. setConditions(List<ThrottleConditionDTO> conditions)
-