Skip to content

ListSecretsIterable is missing the method secrets() #6199

Open
@ValentinGittinger

Description

@ValentinGittinger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions