Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ListAbTestsResponse.Builder
Packages that use ListAbTestsResponse.Builder
-
Uses of ListAbTestsResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ListAbTestsResponse.BuilderModifier and TypeMethodDescriptionListAbTestsResponse.Builder.abTests(Collection<ABTestSummary> abTests) The list of A/B test summaries.ListAbTestsResponse.Builder.abTests(Consumer<ABTestSummary.Builder>... abTests) The list of A/B test summaries.ListAbTestsResponse.Builder.abTests(ABTestSummary... abTests) The list of A/B test summaries.static ListAbTestsResponse.BuilderListAbTestsResponse.builder()If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListAbTestsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ListAbTestsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAbTestsResponse.Builder>ListAbTestsResponse.serializableBuilderClass()