Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectsV2Response.Builder
Packages that use ListObjectsV2Response.Builder
-
Uses of ListObjectsV2Response.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectsV2Response.BuilderModifier and TypeMethodDescriptionListObjectsV2Response.builder()ListObjectsV2Response.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes) All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectsV2Response.Builder.commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes) All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectsV2Response.Builder.commonPrefixes(CommonPrefix... commonPrefixes) All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectsV2Response.Builder.contents(Collection<S3Object> contents) Metadata about each object returned.ListObjectsV2Response.Builder.contents(Consumer<S3Object.Builder>... contents) Metadata about each object returned.Metadata about each object returned.ListObjectsV2Response.Builder.continuationToken(String continuationToken) IfContinuationTokenwas sent with the request, it is included in the response.Causes keys that contain the same string between theprefixand the first occurrence of the delimiter to be rolled up into a single result element in theCommonPrefixescollection.ListObjectsV2Response.Builder.encodingType(String encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectsV2Response.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode object key names in the XML response.ListObjectsV2Response.Builder.isTruncated(Boolean isTruncated) Set tofalseif all of the results were returned.KeyCountis the number of keys returned with this request.Sets the maximum number of keys returned in the response.The bucket name.ListObjectsV2Response.Builder.nextContinuationToken(String nextContinuationToken) NextContinuationTokenis sent whenisTruncatedis true, which means there are more keys in the bucket that can be listed.Keys that begin with the indicated prefix.ListObjectsV2Response.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsV2Response.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsV2Response.Builder.startAfter(String startAfter) If StartAfter was sent with the request, it is included in the response.ListObjectsV2Response.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectsV2Response.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectsV2Response.Builder>ListObjectsV2Response.serializableBuilderClass()