Uses of Class
software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest
Packages that use ListObjectAnnotationsRequest
Package
Description
-
Uses of ListObjectAnnotationsRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type ListObjectAnnotationsRequestModifier and TypeMethodDescriptionDelegatingS3AsyncClient.listObjectAnnotations(ListObjectAnnotationsRequest listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.DelegatingS3Client.listObjectAnnotations(ListObjectAnnotationsRequest listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.S3AsyncClient.listObjectAnnotations(ListObjectAnnotationsRequest listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.default ListObjectAnnotationsResponseS3Client.listObjectAnnotations(ListObjectAnnotationsRequest listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.default ListObjectAnnotationsPublisherS3AsyncClient.listObjectAnnotationsPaginator(ListObjectAnnotationsRequest listObjectAnnotationsRequest) This is a variant ofS3AsyncClient.listObjectAnnotations(software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest)operation.default ListObjectAnnotationsIterableS3Client.listObjectAnnotationsPaginator(ListObjectAnnotationsRequest listObjectAnnotationsRequest) This is a variant ofS3Client.listObjectAnnotations(software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest)operation. -
Uses of ListObjectAnnotationsRequest in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type ListObjectAnnotationsRequestModifierConstructorDescriptionListObjectAnnotationsIterable(S3Client client, ListObjectAnnotationsRequest firstRequest) ListObjectAnnotationsPublisher(S3AsyncClient client, ListObjectAnnotationsRequest firstRequest) -
Uses of ListObjectAnnotationsRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type ListObjectAnnotationsRequestModifier and TypeMethodDescriptionListObjectAnnotationsRequestMarshaller.marshall(ListObjectAnnotationsRequest listObjectAnnotationsRequest)