Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GlobalPolicyListDTO
-
Packages that use GlobalPolicyListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of GlobalPolicyListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return GlobalPolicyListDTO Modifier and Type Method Description GlobalPolicyListDTOSubscriptionValidationApi. globalPoliciesGet(String xWSO2Tenant, String policyName)Get all Global throttling policies This will provide access to global throttling policies in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type GlobalPolicyListDTO Modifier and Type Method Description ApiResponse<GlobalPolicyListDTO>SubscriptionValidationApi. globalPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName)Get all Global throttling policies This will provide access to global throttling policies in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type GlobalPolicyListDTO Modifier and Type Method Description com.squareup.okhttp.CallSubscriptionValidationApi. globalPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<GlobalPolicyListDTO> callback)Get all Global throttling policies (asynchronously) This will provide access to global throttling policies in database. -
Uses of GlobalPolicyListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return GlobalPolicyListDTO Modifier and Type Method Description GlobalPolicyListDTOGlobalPolicyListDTO. addListItem(GlobalPolicyDTO listItem)GlobalPolicyListDTOGlobalPolicyListDTO. count(Integer count)GlobalPolicyListDTOGlobalPolicyListDTO. list(List<GlobalPolicyDTO> list)GlobalPolicyListDTOGlobalPolicyListDTO. pagination(PaginationDTO pagination)
-