Uses of Class
software.amazon.awssdk.services.s3.model.ObjectVersion
-
Packages that use ObjectVersion Package Description software.amazon.awssdk.services.s3.model software.amazon.awssdk.services.s3.paginators -
-
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 ObjectVersion Modifier and Type Method Description List<ObjectVersion>ListObjectVersionsResponse. versions()Container for version information.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectVersion Modifier and Type Method Description ListObjectVersionsResponse.BuilderListObjectVersionsResponse.Builder. versions(ObjectVersion... versions)Container for version information.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectVersion Modifier and Type Method Description ListObjectVersionsResponse.BuilderListObjectVersionsResponse.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 ObjectVersion Modifier and Type Method Description SdkIterable<ObjectVersion>ListObjectVersionsIterable. versions()Returns an iterable to iterate through the paginatedListObjectVersionsResponse.versions()member.SdkPublisher<ObjectVersion>ListObjectVersionsPublisher. versions()Returns a publisher that can be used to get a stream of data.
-