Uses of Class
software.amazon.awssdk.services.s3.model.AnnotationEntry
Packages that use AnnotationEntry
Package
Description
-
Uses of AnnotationEntry in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnnotationEntryModifier and TypeMethodDescriptionfinal List<AnnotationEntry>ListObjectAnnotationsResponse.annotations()The list of annotations attached to the object.Methods in software.amazon.awssdk.services.s3.model with parameters of type AnnotationEntryModifier and TypeMethodDescriptionListObjectAnnotationsResponse.Builder.annotations(AnnotationEntry... annotations) The list of annotations attached to the object.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnnotationEntryModifier and TypeMethodDescriptionListObjectAnnotationsResponse.Builder.annotations(Collection<AnnotationEntry> annotations) The list of annotations attached to the object. -
Uses of AnnotationEntry in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type AnnotationEntryModifier and TypeMethodDescriptionfinal SdkIterable<AnnotationEntry>ListObjectAnnotationsIterable.annotations()Returns an iterable to iterate through the paginatedListObjectAnnotationsResponse.annotations()member.final SdkPublisher<AnnotationEntry>ListObjectAnnotationsPublisher.annotations()Returns a publisher that can be used to get a stream of data.