Uses of Class
software.amazon.awssdk.services.s3.model.CommonPrefix
Packages that use CommonPrefix
Package
Description
-
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 CommonPrefixModifier and TypeMethodDescriptionfinal 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.final 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.final List<CommonPrefix>ListObjectsV2Response.commonPrefixes()All of the keys (up to 1,000) that share the same prefix are grouped together.final 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 CommonPrefixModifier and TypeMethodDescriptionListMultipartUploadsResponse.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.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.Builder.commonPrefixes(CommonPrefix... commonPrefixes) All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectVersionsResponse.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 CommonPrefixModifier and TypeMethodDescriptionListMultipartUploadsResponse.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.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.Builder.commonPrefixes(Collection<CommonPrefix> commonPrefixes) All of the keys (up to 1,000) that share the same prefix are grouped together.ListObjectVersionsResponse.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 CommonPrefixModifier and TypeMethodDescriptionfinal SdkIterable<CommonPrefix>ListMultipartUploadsIterable.commonPrefixes()Returns an iterable to iterate through the paginatedListMultipartUploadsResponse.commonPrefixes()member.final SdkPublisher<CommonPrefix>ListMultipartUploadsPublisher.commonPrefixes()Returns a publisher that can be used to get a stream of data.final SdkIterable<CommonPrefix>ListObjectsV2Iterable.commonPrefixes()Returns an iterable to iterate through the paginatedListObjectsV2Response.commonPrefixes()member.final SdkPublisher<CommonPrefix>ListObjectsV2Publisher.commonPrefixes()Returns a publisher that can be used to get a stream of data.final SdkIterable<CommonPrefix>ListObjectVersionsIterable.commonPrefixes()Returns an iterable to iterate through the paginatedListObjectVersionsResponse.commonPrefixes()member.final SdkPublisher<CommonPrefix>ListObjectVersionsPublisher.commonPrefixes()Returns a publisher that can be used to get a stream of data.