Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottlingPolicyListDTO
-
Packages that use ThrottlingPolicyListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ThrottlingPolicyListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ThrottlingPolicyListDTO Modifier and Type Method Description ThrottlingPolicyListDTOThrottlingPoliciesApi. getAllThrottlingPolicies(String policyLevel, Integer limit, Integer offset, String ifNoneMatch)Get All Throttling Policies for the Given Type This operation can be used to list the available policies for a given policy level.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ThrottlingPolicyListDTO Modifier and Type Method Description ApiResponse<ThrottlingPolicyListDTO>ThrottlingPoliciesApi. getAllThrottlingPoliciesWithHttpInfo(String policyLevel, Integer limit, Integer offset, String ifNoneMatch)Get All Throttling Policies for the Given Type This operation can be used to list the available policies for a given policy level.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ThrottlingPolicyListDTO Modifier and Type Method Description okhttp3.CallThrottlingPoliciesApi. getAllThrottlingPoliciesAsync(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ThrottlingPolicyListDTO> _callback)Get All Throttling Policies for the Given Type (asynchronously) This operation can be used to list the available policies for a given policy level. -
Uses of ThrottlingPolicyListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ThrottlingPolicyListDTO Modifier and Type Method Description ThrottlingPolicyListDTOThrottlingPolicyListDTO. count(Integer count)ThrottlingPolicyListDTOThrottlingPolicyListDTO. list(List<ThrottlingPolicyDTO> list)ThrottlingPolicyListDTOThrottlingPolicyListDTO. pagination(PaginationDTO pagination)
-