Skip to content

S3AsyncClient#selectObjectContent documentation incorrect #4895

@martijnhoekstra

Description

@martijnhoekstra

Describe the issue

The documentation indicates

Returns:
A Java Future containing the result of the SelectObjectContent operation returned by the service.

but the implementation returns CompletableFuture<Void>. In addition, the second parameter is undocumented. That makes it unclear how the API should be used, or indeed how to get the result of the operation.

Links

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3AsyncClient.html#selectObjectContent(software.amazon.awssdk.services.s3.model.SelectObjectContentRequest,software.amazon.awssdk.services.s3.model.SelectObjectContentResponseHandler)

Metadata

Metadata

Assignees

Labels

documentationThis is a problem with documentation.feature-requestA feature should be added or improved.p2This is a standard priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions