Class CommonPrefix

java.lang.Object
software.amazon.awssdk.services.s3.model.CommonPrefix
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CommonPrefix.Builder,CommonPrefix>

@Generated("software.amazon.awssdk:codegen") public final class CommonPrefix extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CommonPrefix.Builder,CommonPrefix>

Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/.

See Also: