Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ThrottledEventDTO
Packages that use ThrottledEventDTO
Package
Description
-
Uses of ThrottledEventDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return ThrottledEventDTOModifier and TypeMethodDescriptionThrottlingApi.isThrottledGet(String query) throttled events available This will provide access to throttled events in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type ThrottledEventDTOModifier and TypeMethodDescriptionThrottlingApi.isThrottledGetWithHttpInfo(String query) throttled events available This will provide access to throttled events in database.ThrottlingApi.throttleGet(String query) throttled events available This will provide access to throttled events in database.ThrottlingApi.throttleGetWithHttpInfo(String query) throttled events available This will provide access to throttled events in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type ThrottledEventDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallThrottlingApi.isThrottledGetAsync(String query, ApiCallback<ThrottledEventDTO> callback) throttled events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.throttleGetAsync(String query, ApiCallback<List<ThrottledEventDTO>> callback) throttled events available (asynchronously) This will provide access to throttled events in database. -
Uses of ThrottledEventDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return ThrottledEventDTOModifier and TypeMethodDescriptionThrottledEventDTO.lastUpdatedTime(String lastUpdatedTime) ThrottledEventDTO.throttleKey(String throttleKey) ThrottledEventDTO.throttleState(String throttleState)