| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(String contentType,
CustomRuleDTO customRuleDTO)
Add a Custom Rule
Adds a new custom rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a custom rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing custom rule.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType,
CustomRuleDTO customRuleDTO)
Add a Custom Rule
Adds a new custom rule.
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a custom rule.
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing custom rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(String contentType,
CustomRuleDTO customRuleDTO)
Add a Custom Rule
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback<CustomRuleDTO> _callback)
Add a Custom Rule (asynchronously)
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostCall(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback _callback)
Build call for throttlingPoliciesCustomPost
|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType,
CustomRuleDTO customRuleDTO)
Add a Custom Rule
Adds a new custom rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> _callback)
Update a Custom Rule (asynchronously)
Updates an existing custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesCustomRuleIdPut
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing custom rule.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback<CustomRuleDTO> _callback)
Add a Custom Rule (asynchronously)
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> _callback)
Get a Custom Rule (asynchronously)
Retrieves a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> _callback)
Update a Custom Rule (asynchronously)
Updates an existing custom rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRuleDTO.keyTemplate(String keyTemplate) |
CustomRuleDTO |
CustomRuleDTO.siddhiQuery(String siddhiQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRuleDTO> |
CustomRuleListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
CustomRuleListDTO.list(List<CustomRuleDTO> list) |
void |
CustomRuleListDTO.setList(List<CustomRuleDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.