Uses of Class
software.amazon.awssdk.services.s3.model.S3Object
-
Packages that use S3Object Package Description software.amazon.awssdk.services.s3.model software.amazon.awssdk.services.s3.paginators -
-
Uses of S3Object in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3Object Modifier and Type Method Description List<S3Object>ListObjectsResponse. contents()Metadata about each object returned.List<S3Object>ListObjectsV2Response. contents()Metadata about each object returned.Methods in software.amazon.awssdk.services.s3.model with parameters of type S3Object Modifier and Type Method Description ListObjectsResponse.BuilderListObjectsResponse.Builder. contents(S3Object... contents)Metadata about each object returned.ListObjectsV2Response.BuilderListObjectsV2Response.Builder. contents(S3Object... contents)Metadata about each object returned.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3Object Modifier and Type Method Description ListObjectsResponse.BuilderListObjectsResponse.Builder. contents(Collection<S3Object> contents)Metadata about each object returned.ListObjectsV2Response.BuilderListObjectsV2Response.Builder. contents(Collection<S3Object> contents)Metadata about each object returned. -
Uses of S3Object in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type S3Object Modifier and Type Method Description SdkIterable<S3Object>ListObjectsV2Iterable. contents()Returns an iterable to iterate through the paginatedListObjectsV2Response.contents()member.SdkPublisher<S3Object>ListObjectsV2Publisher. contents()Returns a publisher that can be used to get a stream of data.
-