Uses of Class
software.amazon.awssdk.codegen.model.rules.endpoints.ExpectModel
-
Packages that use ExpectModel Package Description software.amazon.awssdk.codegen.model.rules.endpoints software.amazon.awssdk.codegen.poet.rules -
-
Uses of ExpectModel in software.amazon.awssdk.codegen.model.rules.endpoints
Methods in software.amazon.awssdk.codegen.model.rules.endpoints that return ExpectModel Modifier and Type Method Description ExpectModelEndpointTestModel. getExpect()Methods in software.amazon.awssdk.codegen.model.rules.endpoints with parameters of type ExpectModel Modifier and Type Method Description voidEndpointTestModel. setExpect(ExpectModel expect) -
Uses of ExpectModel in software.amazon.awssdk.codegen.poet.rules
Methods in software.amazon.awssdk.codegen.poet.rules with parameters of type ExpectModel Modifier and Type Method Description static com.squareup.javapoet.CodeBlockTestGeneratorUtils. createExpect(CustomizationConfig config, ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams)static com.squareup.javapoet.CodeBlockTestGeneratorUtils. createExpect(ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams, Map<String,KeyTypePair> knownEndpointAttributes)
-