Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GatewayPolicyMappingsDTO
-
Packages that use GatewayPolicyMappingsDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of GatewayPolicyMappingsDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GatewayPolicyMappingsDTO Modifier and Type Method Description GatewayPolicyMappingsDTOGatewayPoliciesApi. getGatewayPolicyMappingContentByPolicyMappingId(String gatewayPolicyMappingId)Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.GatewayPolicyMappingsDTOGatewayPoliciesApi. updateGatewayPoliciesToFlows(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GatewayPolicyMappingsDTO Modifier and Type Method Description ApiResponse<GatewayPolicyMappingsDTO>GatewayPoliciesApi. getGatewayPolicyMappingContentByPolicyMappingIdWithHttpInfo(String gatewayPolicyMappingId)Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.ApiResponse<GatewayPolicyMappingsDTO>GatewayPoliciesApi. updateGatewayPoliciesToFlowsWithHttpInfo(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type GatewayPolicyMappingsDTO Modifier and Type Method Description GatewayPolicyMappingInfoDTOGatewayPoliciesApi. addGatewayPoliciesToFlows(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi. addGatewayPoliciesToFlowsAsync(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingInfoDTO> _callback)Engage gateway policies to the request, response, fault flows (asynchronously) This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi. addGatewayPoliciesToFlowsCall(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback)Build call for addGatewayPoliciesToFlowsApiResponse<GatewayPolicyMappingInfoDTO>GatewayPoliciesApi. addGatewayPoliciesToFlowsWithHttpInfo(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.GatewayPolicyMappingsDTOGatewayPoliciesApi. updateGatewayPoliciesToFlows(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi. updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback)Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi. updateGatewayPoliciesToFlowsCall(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback)Build call for updateGatewayPoliciesToFlowsApiResponse<GatewayPolicyMappingsDTO>GatewayPoliciesApi. updateGatewayPoliciesToFlowsWithHttpInfo(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO)Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GatewayPolicyMappingsDTO Modifier and Type Method Description okhttp3.CallGatewayPoliciesApi. getGatewayPolicyMappingContentByPolicyMappingIdAsync(String gatewayPolicyMappingId, ApiCallback<GatewayPolicyMappingsDTO> _callback)Retrieve information of a selected gateway policy mapping (asynchronously) This operation can be used to retrieve information of a selected gateway policy mapping.okhttp3.CallGatewayPoliciesApi. updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback)Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows. -
Uses of GatewayPolicyMappingsDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GatewayPolicyMappingsDTO Modifier and Type Method Description GatewayPolicyMappingsDTOGatewayPolicyMappingsDTO. appliedGatewayLabels(List<String> appliedGatewayLabels)GatewayPolicyMappingsDTOGatewayPolicyMappingsDTO. description(String description)GatewayPolicyMappingsDTOGatewayPolicyMappingsDTO. displayName(String displayName)GatewayPolicyMappingsDTOGatewayPolicyMappingsDTO. id(String id)GatewayPolicyMappingsDTOGatewayPolicyMappingsDTO. policyMapping(APIOperationPoliciesDTO policyMapping)
-