Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottlingPolicyListDTO
Packages that use ThrottlingPolicyListDTO
Package
Description
-
Uses of ThrottlingPolicyListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ThrottlingPolicyListDTOModifier and TypeMethodDescriptionThrottlingPoliciesApi.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 ThrottlingPolicyListDTOModifier and TypeMethodDescriptionThrottlingPoliciesApi.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 ThrottlingPolicyListDTOModifier and TypeMethodDescriptionokhttp3.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 ThrottlingPolicyListDTOModifier and TypeMethodDescriptionThrottlingPolicyListDTO.list(List<ThrottlingPolicyDTO> list) ThrottlingPolicyListDTO.pagination(PaginationDTO pagination)