Uses of Class
software.amazon.awssdk.services.s3.model.ObjectVersion
Packages that use ObjectVersion
Package
Description
-
Uses of ObjectVersion in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectVersionModifier and TypeMethodDescriptionfinal List<ObjectVersion>ListObjectVersionsResponse.versions()Container for version information.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectVersionModifier and TypeMethodDescriptionListObjectVersionsResponse.Builder.versions(ObjectVersion... versions) Container for version information.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectVersionModifier and TypeMethodDescriptionListObjectVersionsResponse.Builder.versions(Collection<ObjectVersion> versions) Container for version information. -
Uses of ObjectVersion in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type ObjectVersionModifier and TypeMethodDescriptionfinal SdkIterable<ObjectVersion>ListObjectVersionsIterable.versions()Returns an iterable to iterate through the paginatedListObjectVersionsResponse.versions()member.final SdkPublisher<ObjectVersion>ListObjectVersionsPublisher.versions()Returns a publisher that can be used to get a stream of data.