Helper

object Helper

Author

CJ

Functions

Link copied to clipboard
fun commonDefaultAcsClientFrom(locator: ResourceLocator): DefaultAcsClient
Link copied to clipboard
fun commonEssRequest(): CommonRequest
Link copied to clipboard
fun <T : SdkAutoCloseable, BUILDER : IClientBuilder<BUILDER, T>> createClientForProduct(product: Pair<String, () -> BUILDER>, locator: ResourceLocator): T
Link copied to clipboard
fun executeCommonRequest(locator: ResourceLocator, request: CommonRequest): String?
Link copied to clipboard
fun <ELEMENT, RESPONSE> tokenPageRequestForAsyncClient(responseForNextToken: (nextToken: String?) -> RESPONSE, responseToElements: (response: RESPONSE) -> List<ELEMENT>, responseToNextToken: (response: RESPONSE) -> String?, stopCondition: (current: List<ELEMENT>) -> Boolean? = null): List<ELEMENT>

阿里云 nextToken 风格的分页查询