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 ExpectModel
EndpointTestModel. getExpect()
Methods in software.amazon.awssdk.codegen.model.rules.endpoints with parameters of type ExpectModel Modifier and Type Method Description void
EndpointTestModel. 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.CodeBlock
TestGeneratorUtils. createExpect(CustomizationConfig config, ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams)
static com.squareup.javapoet.CodeBlock
TestGeneratorUtils. createExpect(ExpectModel expect, OperationModel opModel, Map<String,com.fasterxml.jackson.core.TreeNode> opParams, Map<String,KeyTypePair> knownEndpointAttributes)
-