Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectsResponse.Builder
Packages that use ListObjectsResponse.Builder
-
Uses of ListObjectsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectsResponse.BuilderModifier and TypeMethodDescriptionstatic ListObjectsResponse.BuilderListObjectsResponse.builder()ListObjectsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes) All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.ListObjectsResponse.Builder.commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes) All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.ListObjectsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes) All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns.ListObjectsResponse.Builder.contents(Collection<S3Object> contents) Metadata about each object returned.ListObjectsResponse.Builder.contents(Consumer<S3Object.Builder>... contents) Metadata about each object returned.Metadata about each object returned.Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in theCommonPrefixescollection.ListObjectsResponse.Builder.encodingType(String encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsResponse.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.Indicates where in the bucket listing begins.The maximum number of keys returned in the response body.The bucket name.ListObjectsResponse.Builder.nextMarker(String nextMarker) When the response is truncated (theIsTruncatedelement value in the response istrue), you can use the key name in this field as themarkerparameter in the subsequent request to get the next set of objects.Keys that begin with the indicated prefix.ListObjectsResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListObjectsResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectsResponse.Builder>ListObjectsResponse.serializableBuilderClass()