Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ABTestSummary
Packages that use ABTestSummary
Package
Description
-
Uses of ABTestSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ABTestSummaryModifier and TypeMethodDescriptionfinal List<ABTestSummary>ListAbTestsResponse.abTests()The list of A/B test summaries.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ABTestSummaryModifier and TypeMethodDescriptionListAbTestsResponse.Builder.abTests(ABTestSummary... abTests) The list of A/B test summaries.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ABTestSummaryModifier and TypeMethodDescriptionListAbTestsResponse.Builder.abTests(Collection<ABTestSummary> abTests) The list of A/B test summaries. -
Uses of ABTestSummary in software.amazon.awssdk.services.bedrockagentcore.paginators
Methods in software.amazon.awssdk.services.bedrockagentcore.paginators that return types with arguments of type ABTestSummaryModifier and TypeMethodDescriptionfinal SdkIterable<ABTestSummary>ListABTestsIterable.abTests()Returns an iterable to iterate through the paginatedListAbTestsResponse.abTests()member.final SdkPublisher<ABTestSummary>ListABTestsPublisher.abTests()Returns a publisher that can be used to get a stream of data.