Uses of Class
software.amazon.awssdk.services.s3.model.S3Object
Packages that use S3Object
Package
Description
-
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 S3ObjectModifier and TypeMethodDescriptionListObjectsResponse.contents()Metadata about each object returned.ListObjectsV2Response.contents()Metadata about each object returned.Methods in software.amazon.awssdk.services.s3.model with parameters of type S3ObjectModifier and TypeMethodDescriptionMetadata about each object returned.Metadata about each object returned.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3ObjectModifier and TypeMethodDescriptionListObjectsResponse.Builder.contents(Collection<S3Object> contents) Metadata about each object returned.ListObjectsV2Response.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 S3ObjectModifier and TypeMethodDescriptionfinal SdkIterable<S3Object>ListObjectsV2Iterable.contents()Returns an iterable to iterate through the paginatedListObjectsV2Response.contents()member.final SdkPublisher<S3Object>ListObjectsV2Publisher.contents()Returns a publisher that can be used to get a stream of data.