Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectAnnotationsResponse.Builder
Packages that use ListObjectAnnotationsResponse.Builder
-
Uses of ListObjectAnnotationsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectAnnotationsResponse.BuilderModifier and TypeMethodDescriptionListObjectAnnotationsResponse.Builder.annotationCount(Integer annotationCount) The number of annotations returned.ListObjectAnnotationsResponse.Builder.annotationPrefix(String annotationPrefix) The prefix used to filter the response.ListObjectAnnotationsResponse.Builder.annotations(Collection<AnnotationEntry> annotations) The list of annotations attached to the object.ListObjectAnnotationsResponse.Builder.annotations(Consumer<AnnotationEntry.Builder>... annotations) The list of annotations attached to the object.ListObjectAnnotationsResponse.Builder.annotations(AnnotationEntry... annotations) The list of annotations attached to the object.The bucket name.ListObjectAnnotationsResponse.builder()ListObjectAnnotationsResponse.Builder.continuationToken(String continuationToken) The continuation token used in this request.The object key.ListObjectAnnotationsResponse.Builder.maxAnnotationResults(Integer maxAnnotationResults) The maximum number of annotations returned in the response.ListObjectAnnotationsResponse.Builder.nextContinuationToken(String nextContinuationToken) The continuation token to use to retrieve the next page of results.ListObjectAnnotationsResponse.Builder.objectVersionId(String objectVersionId) The version ID of the object.ListObjectAnnotationsResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.ListObjectAnnotationsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectAnnotationsResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectAnnotationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectAnnotationsResponse.Builder>ListObjectAnnotationsResponse.serializableBuilderClass()