Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionTarget
-
Packages that use TestExecutionTarget Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestExecutionTarget in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestExecutionTarget Modifier and Type Method Description TestExecutionTargetDescribeTestExecutionResponse. target()The target bot for the test set execution details.TestExecutionTargetStartTestExecutionRequest. target()The target bot for the test set execution.TestExecutionTargetStartTestExecutionResponse. target()The target bot for the test set execution.TestExecutionTargetTestExecutionSummary. target()Contains information about the bot used for the test execution..Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestExecutionTarget Modifier and Type Method Description DescribeTestExecutionResponse.BuilderDescribeTestExecutionResponse.Builder. target(TestExecutionTarget target)The target bot for the test set execution details.StartTestExecutionRequest.BuilderStartTestExecutionRequest.Builder. target(TestExecutionTarget target)The target bot for the test set execution.StartTestExecutionResponse.BuilderStartTestExecutionResponse.Builder. target(TestExecutionTarget target)The target bot for the test set execution.TestExecutionSummary.BuilderTestExecutionSummary.Builder. target(TestExecutionTarget target)Contains information about the bot used for the test execution..
-