Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ThrottlingPolicyListDTO
-
Packages that use ThrottlingPolicyListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ThrottlingPolicyListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ThrottlingPolicyListDTO Modifier and Type Method Description ThrottlingPolicyListDTOThrottlingPoliciesApi. throttlingPoliciesPolicyLevelGet(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, String xWSO2Tenant)Get All Available Throttling Policies Get available Throttling PoliciesMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ThrottlingPolicyListDTO Modifier and Type Method Description ApiResponse<ThrottlingPolicyListDTO>ThrottlingPoliciesApi. throttlingPoliciesPolicyLevelGetWithHttpInfo(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, String xWSO2Tenant)Get All Available Throttling Policies Get available Throttling PoliciesMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ThrottlingPolicyListDTO Modifier and Type Method Description okhttp3.CallThrottlingPoliciesApi. throttlingPoliciesPolicyLevelGetAsync(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, String xWSO2Tenant, ApiCallback<ThrottlingPolicyListDTO> _callback)Get All Available Throttling Policies (asynchronously) Get available Throttling Policies -
Uses of ThrottlingPolicyListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ThrottlingPolicyListDTO Modifier and Type Method Description ThrottlingPolicyListDTOThrottlingPolicyListDTO. count(Integer count)ThrottlingPolicyListDTOThrottlingPolicyListDTO. list(List<ThrottlingPolicyDTO> list)ThrottlingPolicyListDTOThrottlingPolicyListDTO. pagination(PaginationDTO pagination)
-