Uses of Class
software.amazon.awssdk.services.s3.model.CommonPrefix
-
Packages that use CommonPrefix Package Description software.amazon.awssdk.services.s3.model software.amazon.awssdk.services.s3.paginators -
-
Uses of CommonPrefix in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CommonPrefix Modifier and Type Method Description List<CommonPrefix>ListMultipartUploadsResponse. commonPrefixes()If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in aCommonPrefixeselement.List<CommonPrefix>ListObjectsResponse. 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.List<CommonPrefix>ListObjectsV2Response. commonPrefixes()All of the keys (up to 1,000) that share the same prefix are grouped together.List<CommonPrefix>ListObjectVersionsResponse. commonPrefixes()All of the keys rolled up into a common prefix count as a single return when calculating the number of returns.Methods in software.amazon.awssdk.services.s3.model with parameters of type CommonPrefix Modifier and Type Method Description ListMultipartUploadsResponse.BuilderListMultipartUploadsResponse.Builder. commonPrefixes(CommonPrefix... commonPrefixes)If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in aCommonPrefixeselement.ListObjectsResponse.BuilderListObjectsResponse.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.ListObjectsV2Response.BuilderListObjectsV2Response.Builder. commonPrefixes(CommonPrefix... commonPrefixes)All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectVersionsResponse.BuilderListObjectVersionsResponse.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.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CommonPrefix Modifier and Type Method Description ListMultipartUploadsResponse.BuilderListMultipartUploadsResponse.Builder. commonPrefixes(Collection<CommonPrefix> commonPrefixes)If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in aCommonPrefixeselement.ListObjectsResponse.BuilderListObjectsResponse.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.ListObjectsV2Response.BuilderListObjectsV2Response.Builder. commonPrefixes(Collection<CommonPrefix> commonPrefixes)All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectVersionsResponse.BuilderListObjectVersionsResponse.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. -
Uses of CommonPrefix in software.amazon.awssdk.services.s3.paginators
Methods in software.amazon.awssdk.services.s3.paginators that return types with arguments of type CommonPrefix Modifier and Type Method Description SdkIterable<CommonPrefix>ListMultipartUploadsIterable. commonPrefixes()Returns an iterable to iterate through the paginatedListMultipartUploadsResponse.commonPrefixes()member.SdkPublisher<CommonPrefix>ListMultipartUploadsPublisher. commonPrefixes()Returns a publisher that can be used to get a stream of data.SdkIterable<CommonPrefix>ListObjectsV2Iterable. commonPrefixes()Returns an iterable to iterate through the paginatedListObjectsV2Response.commonPrefixes()member.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 paginatedListObjectVersionsResponse.commonPrefixes()member.SdkPublisher<CommonPrefix>ListObjectVersionsPublisher. commonPrefixes()Returns a publisher that can be used to get a stream of data.
-