Uses of Class
org.wso2.am.integration.clients.admin.api.dto.SubscriptionThrottlePolicyListDTO
-
Packages that use SubscriptionThrottlePolicyListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of SubscriptionThrottlePolicyListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return SubscriptionThrottlePolicyListDTO Modifier and Type Method Description SubscriptionThrottlePolicyListDTOSubscriptionPolicyCollectionApi. throttlingPoliciesSubscriptionGet(String accept, String ifNoneMatch, String ifModifiedSince)Get all Subscription Throttling Policies This operation can be used to retrieve all Subscription level throttling policies.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type SubscriptionThrottlePolicyListDTO Modifier and Type Method Description ApiResponse<SubscriptionThrottlePolicyListDTO>SubscriptionPolicyCollectionApi. throttlingPoliciesSubscriptionGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince)Get all Subscription Throttling Policies This operation can be used to retrieve all Subscription level throttling policies.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type SubscriptionThrottlePolicyListDTO Modifier and Type Method Description okhttp3.CallSubscriptionPolicyCollectionApi. throttlingPoliciesSubscriptionGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<SubscriptionThrottlePolicyListDTO> _callback)Get all Subscription Throttling Policies (asynchronously) This operation can be used to retrieve all Subscription level throttling policies. -
Uses of SubscriptionThrottlePolicyListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return SubscriptionThrottlePolicyListDTO Modifier and Type Method Description SubscriptionThrottlePolicyListDTOSubscriptionThrottlePolicyListDTO. count(Integer count)SubscriptionThrottlePolicyListDTOSubscriptionThrottlePolicyListDTO. list(List<SubscriptionThrottlePolicyDTO> list)
-