Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectVersionsResponse.Builder
Packages that use ListObjectVersionsResponse.Builder
-
Uses of ListObjectVersionsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectVersionsResponse.BuilderModifier and TypeMethodDescriptionListObjectVersionsResponse.builder()ListObjectVersionsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes) All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.ListObjectVersionsResponse.Builder.commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes) All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.ListObjectVersionsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes) All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.ListObjectVersionsResponse.Builder.deleteMarkers(Collection<DeleteMarkerEntry> deleteMarkers) Container for an object that is a delete marker.ListObjectVersionsResponse.Builder.deleteMarkers(Consumer<DeleteMarkerEntry.Builder>... deleteMarkers) Container for an object that is a delete marker.ListObjectVersionsResponse.Builder.deleteMarkers(DeleteMarkerEntry... deleteMarkers) Container for an object that is a delete marker.The delimiter grouping the included keys.ListObjectVersionsResponse.Builder.encodingType(String encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectVersionsResponse.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectVersionsResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.Marks the last key returned in a truncated response.Specifies the maximum number of objects to return.The bucket name.ListObjectVersionsResponse.Builder.nextKeyMarker(String nextKeyMarker) When the number of responses exceeds the value ofMaxKeys,NextKeyMarkerspecifies the first key not returned that satisfies the search criteria.ListObjectVersionsResponse.Builder.nextVersionIdMarker(String nextVersionIdMarker) When the number of responses exceeds the value ofMaxKeys,NextVersionIdMarkerspecifies the first object version not returned that satisfies the search criteria.Selects objects that start with the value supplied by this parameter.ListObjectVersionsResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.ListObjectVersionsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectVersionsResponse.toBuilder()ListObjectVersionsResponse.Builder.versionIdMarker(String versionIdMarker) Marks the last version of the key returned in a truncated response.ListObjectVersionsResponse.Builder.versions(Collection<ObjectVersion> versions) Container for version information.ListObjectVersionsResponse.Builder.versions(Consumer<ObjectVersion.Builder>... versions) Container for version information.ListObjectVersionsResponse.Builder.versions(ObjectVersion... versions) Container for version information.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectVersionsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectVersionsResponse.Builder>ListObjectVersionsResponse.serializableBuilderClass()