Open
Description
Describe the bug
Most xxxIterable Classes implement an additional method to receive an SdkIterable<ReturnType>
in Addition to the iterator()
method.
For examples please look at DescribeDataMigrationsIterable, AdminListUserAuthEventsIterable, DescribeOpsItemsIterable, etc.
For example, the class DescribeOpsItemsIterable implements opsItemSummaries()
which returns an SdkIterable<OpsItemSummary>.
This is how most xxxIterable classes do it, however this method is missing for the ListSecretsIterable and perhaps other classes as well.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
The class ListSecretsIterable should implement a method public final SdkIterable<SecretListEntry> secrets()
Current Behavior
It does not.
Reproduction Steps
None
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.31.67
JDK version used
openjdk-21.0.2
Operating System and version
Mac OS 15.5