| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static ListObjectsResponse.Builder |
ListObjectsResponse.builder() |
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.commonPrefixes(Consumer<CommonPrefix.Builder>... commonPrefixes)
Sets the value of the CommonPrefixes property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.contents(Collection<S3Object> contents)
Sets the value of the Contents property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.contents(Consumer<S3Object.Builder>... contents)
Sets the value of the Contents property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.contents(S3Object... contents)
Sets the value of the Contents property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.delimiter(String delimiter)
Sets the value of the Delimiter property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.encodingType(EncodingType encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.encodingType(String encodingType)
Encoding type used by Amazon S3 to encode object keys in the response.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.isTruncated(Boolean isTruncated)
A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search
criteria.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.marker(String marker)
Sets the value of the Marker property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.maxKeys(Integer maxKeys)
Sets the value of the MaxKeys property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.name(String name)
Sets the value of the Name property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.nextMarker(String nextMarker)
When response is truncated (the IsTruncated element value in the response is true), you can use the key name
in this field as marker in the subsequent request to get next set of objects.
|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.prefix(String prefix)
Sets the value of the Prefix property for this object.
|
ListObjectsResponse.Builder |
ListObjectsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListObjectsResponse.Builder> |
ListObjectsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.