Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ThrottlingPolicyDTO
-
Packages that use ThrottlingPolicyDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ThrottlingPolicyDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ThrottlingPolicyDTO Modifier and Type Method Description ThrottlingPolicyDTOApIsApi. apisApiIdSubscriptionPoliciesGet(String apiId, String xWSO2Tenant, String ifNoneMatch)Get Details of the Subscription Throttling Policies of an API This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.ThrottlingPolicyDTOThrottlingPoliciesApi. throttlingPoliciesPolicyLevelPolicyIdGet(String policyId, String policyLevel, String xWSO2Tenant, String ifNoneMatch)Get Details of a Throttling Policy This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ThrottlingPolicyDTO Modifier and Type Method Description ApiResponse<ThrottlingPolicyDTO>ApIsApi. apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch)Get Details of the Subscription Throttling Policies of an API This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.ApiResponse<ThrottlingPolicyDTO>ThrottlingPoliciesApi. throttlingPoliciesPolicyLevelPolicyIdGetWithHttpInfo(String policyId, String policyLevel, String xWSO2Tenant, String ifNoneMatch)Get Details of a Throttling Policy This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ThrottlingPolicyDTO Modifier and Type Method Description okhttp3.CallApIsApi. apisApiIdSubscriptionPoliciesGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback)Get Details of the Subscription Throttling Policies of an API (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.okhttp3.CallThrottlingPoliciesApi. throttlingPoliciesPolicyLevelPolicyIdGetAsync(String policyId, String policyLevel, String xWSO2Tenant, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback)Get Details of a Throttling Policy (asynchronously) This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name. -
Uses of ThrottlingPolicyDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type ThrottlingPolicyDTO Modifier and Type Method Description List<ThrottlingPolicyDTO>ThrottlingPolicyListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type ThrottlingPolicyDTO Modifier and Type Method Description ThrottlingPolicyListDTOThrottlingPolicyListDTO. list(List<ThrottlingPolicyDTO> list)voidThrottlingPolicyListDTO. setList(List<ThrottlingPolicyDTO> list)
-