Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottlingPolicyDTO
Packages that use ThrottlingPolicyDTO
Package
Description
-
Uses of ThrottlingPolicyDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ThrottlingPolicyDTOModifier and TypeMethodDescriptionApIsApi.getAPISubscriptionPolicies(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.McpServersApi.getMCPServerSubscriptionPolicies(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID) Get Details of the Subscription Throttling Policies of a MCP Server This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.ThrottlingPoliciesApi.getThrottlingPolicyByName(String policyName, String policyLevel, String ifNoneMatch) Get Details of a Policy This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ThrottlingPolicyDTOModifier and TypeMethodDescriptionApIsApi.getAPISubscriptionPoliciesWithHttpInfo(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.McpServersApi.getMCPServerSubscriptionPoliciesWithHttpInfo(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID) Get Details of the Subscription Throttling Policies of a MCP Server This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.ThrottlingPoliciesApi.getThrottlingPolicyByNameWithHttpInfo(String policyName, String policyLevel, String ifNoneMatch) Get Details of a Policy This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ThrottlingPolicyDTOModifier and TypeMethodDescriptionokhttp3.CallApIsApi.getAPISubscriptionPoliciesAsync(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.CallMcpServersApi.getMCPServerSubscriptionPoliciesAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of the Subscription Throttling Policies of a MCP Server (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.okhttp3.CallThrottlingPoliciesApi.getThrottlingPolicyByNameAsync(String policyName, String policyLevel, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of a Policy (asynchronously) This operation can be used to retrieve details of a single policy by specifying the policy level and policy name. -
Uses of ThrottlingPolicyDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ThrottlingPolicyDTOModifier and TypeMethodDescriptionThrottlingPolicyDTO.attributes(Map<String, String> attributes) ThrottlingPolicyDTO.description(String description) ThrottlingPolicyDTO.displayName(String displayName) ThrottlingPolicyDTO.monetizationProperties(Map<String, String> monetizationProperties) ThrottlingPolicyDTO.policyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel) ThrottlingPolicyDTO.quotaPolicyType(ThrottlingPolicyDTO.QuotaPolicyTypeEnum quotaPolicyType) ThrottlingPolicyDTO.rateLimitCount(Integer rateLimitCount) ThrottlingPolicyDTO.rateLimitTimeUnit(String rateLimitTimeUnit) ThrottlingPolicyDTO.requestCount(Long requestCount) ThrottlingPolicyDTO.stopOnQuotaReach(Boolean stopOnQuotaReach) ThrottlingPolicyDTO.tierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ThrottlingPolicyDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ThrottlingPolicyDTOModifier and TypeMethodDescriptionThrottlingPolicyListDTO.list(List<ThrottlingPolicyDTO> list) voidThrottlingPolicyListDTO.setList(List<ThrottlingPolicyDTO> list)