| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPolicyDTO |
ApIsApi.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.
|
ThrottlingPolicyDTO |
ThrottlingPoliciesApi.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApIsApi.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.Call |
ThrottlingPoliciesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.attributes(Map<String,String> attributes) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.description(String description) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.monetizationAttributes(MonetizationInfoDTO monetizationAttributes) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.name(String name) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.policyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.requestCount(Long requestCount) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.stopOnQuotaReach(Boolean stopOnQuotaReach) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.throttlingPolicyPermissions(ThrottlingPolicyPermissionInfoDTO throttlingPolicyPermissions) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.tierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.unitTime(Long unitTime) |
| Modifier and Type | Method and Description |
|---|---|
List<ThrottlingPolicyDTO> |
ThrottlingPolicyListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPolicyListDTO |
ThrottlingPolicyListDTO.list(List<ThrottlingPolicyDTO> list) |
void |
ThrottlingPolicyListDTO.setList(List<ThrottlingPolicyDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.