| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model | |
| software.amazon.awssdk.services.s3.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CommonPrefix> |
ListObjectsResponse.commonPrefixes()
|
List<CommonPrefix> |
ListObjectVersionsResponse.commonPrefixes()
|
List<CommonPrefix> |
ListMultipartUploadsResponse.commonPrefixes()
|
List<CommonPrefix> |
ListObjectsV2Response.commonPrefixes()
CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string
specified by delimiter
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes)
|
ListObjectVersionsResponse.Builder |
ListObjectVersionsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes)
|
ListMultipartUploadsResponse.Builder |
ListMultipartUploadsResponse.Builder.commonPrefixes(CommonPrefix... commonPrefixes)
|
ListObjectsV2Response.Builder |
ListObjectsV2Response.Builder.commonPrefixes(CommonPrefix... commonPrefixes)
CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string
specified by delimiter
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes)
|
ListObjectVersionsResponse.Builder |
ListObjectVersionsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes)
|
ListMultipartUploadsResponse.Builder |
ListMultipartUploadsResponse.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes)
|
ListObjectsV2Response.Builder |
ListObjectsV2Response.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes)
CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string
specified by delimiter
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CommonPrefix> |
ListObjectVersionsPublisher.commonPrefixes()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<CommonPrefix> |
ListObjectsV2Publisher.commonPrefixes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CommonPrefix> |
ListObjectVersionsIterable.commonPrefixes()
Returns an iterable to iterate through the paginated
ListObjectVersionsResponse.commonPrefixes() member. |
SdkIterable<CommonPrefix> |
ListObjectsV2Iterable.commonPrefixes()
Returns an iterable to iterate through the paginated
ListObjectsV2Response.commonPrefixes() member. |
SdkIterable<CommonPrefix> |
ListMultipartUploadsIterable.commonPrefixes()
Returns an iterable to iterate through the paginated
ListMultipartUploadsResponse.commonPrefixes()
member. |
SdkPublisher<CommonPrefix> |
ListMultipartUploadsPublisher.commonPrefixes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.