Uses of Class
software.amazon.awssdk.services.apptest.model.TestRunStepSummary
-
Packages that use TestRunStepSummary Package Description software.amazon.awssdk.services.apptest.model software.amazon.awssdk.services.apptest.paginators -
-
Uses of TestRunStepSummary in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestRunStepSummary Modifier and Type Method Description List<TestRunStepSummary>ListTestRunStepsResponse. testRunSteps()The test run steps of the response query.Methods in software.amazon.awssdk.services.apptest.model with parameters of type TestRunStepSummary Modifier and Type Method Description ListTestRunStepsResponse.BuilderListTestRunStepsResponse.Builder. testRunSteps(TestRunStepSummary... testRunSteps)The test run steps of the response query.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestRunStepSummary Modifier and Type Method Description ListTestRunStepsResponse.BuilderListTestRunStepsResponse.Builder. testRunSteps(Collection<TestRunStepSummary> testRunSteps)The test run steps of the response query. -
Uses of TestRunStepSummary in software.amazon.awssdk.services.apptest.paginators
Methods in software.amazon.awssdk.services.apptest.paginators that return types with arguments of type TestRunStepSummary Modifier and Type Method Description SdkIterable<TestRunStepSummary>ListTestRunStepsIterable. testRunSteps()Returns an iterable to iterate through the paginatedListTestRunStepsResponse.testRunSteps()member.SdkPublisher<TestRunStepSummary>ListTestRunStepsPublisher. testRunSteps()Returns a publisher that can be used to get a stream of data.
-