Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest.Builder
Packages that use ListObjectAnnotationsRequest.Builder
-
Uses of ListObjectAnnotationsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListObjectAnnotationsRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.listObjectAnnotations(Consumer<ListObjectAnnotationsRequest.Builder> listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.default ListObjectAnnotationsResponseS3Client.listObjectAnnotations(Consumer<ListObjectAnnotationsRequest.Builder> listObjectAnnotationsRequest) Lists the annotations attached to an Amazon S3 object.default ListObjectAnnotationsPublisherS3AsyncClient.listObjectAnnotationsPaginator(Consumer<ListObjectAnnotationsRequest.Builder> listObjectAnnotationsRequest) This is a variant ofS3AsyncClient.listObjectAnnotations(software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest)operation.default ListObjectAnnotationsIterableS3Client.listObjectAnnotationsPaginator(Consumer<ListObjectAnnotationsRequest.Builder> listObjectAnnotationsRequest) This is a variant ofS3Client.listObjectAnnotations(software.amazon.awssdk.services.s3.model.ListObjectAnnotationsRequest)operation. -
Uses of ListObjectAnnotationsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectAnnotationsRequest.BuilderModifier and TypeMethodDescriptionListObjectAnnotationsRequest.Builder.annotationPrefix(String annotationPrefix) Filter results to annotations whose name begins with the specified prefix.The name of the bucket that contains the object.ListObjectAnnotationsRequest.builder()ListObjectAnnotationsRequest.Builder.continuationToken(String continuationToken) Continuation token returned by a previous request to retrieve the next page.ListObjectAnnotationsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The object key.ListObjectAnnotationsRequest.Builder.maxAnnotationResults(Integer maxAnnotationResults) The maximum number of annotations to return in the response.ListObjectAnnotationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListObjectAnnotationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListObjectAnnotationsRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.ListObjectAnnotationsRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.ListObjectAnnotationsRequest.toBuilder()The version ID of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectAnnotationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectAnnotationsRequest.Builder>ListObjectAnnotationsRequest.serializableBuilderClass()