Uses of Class
software.amazon.awssdk.services.codebuild.model.TestCase
-
Packages that use TestCase Package Description software.amazon.awssdk.services.codebuild.model software.amazon.awssdk.services.codebuild.paginators -
-
Uses of TestCase in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type TestCase Modifier and Type Method Description List<TestCase>DescribeTestCasesResponse. testCases()The returned list of test cases.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type TestCase Modifier and Type Method Description DescribeTestCasesResponse.BuilderDescribeTestCasesResponse.Builder. testCases(TestCase... testCases)The returned list of test cases.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type TestCase Modifier and Type Method Description DescribeTestCasesResponse.BuilderDescribeTestCasesResponse.Builder. testCases(Collection<TestCase> testCases)The returned list of test cases. -
Uses of TestCase in software.amazon.awssdk.services.codebuild.paginators
Methods in software.amazon.awssdk.services.codebuild.paginators that return types with arguments of type TestCase Modifier and Type Method Description SdkIterable<TestCase>DescribeTestCasesIterable. testCases()Returns an iterable to iterate through the paginatedDescribeTestCasesResponse.testCases()member.SdkPublisher<TestCase>DescribeTestCasesPublisher. testCases()Returns a publisher that can be used to get a stream of data.
-