Uses of Record Class
com.adobe.testing.s3mock.dto.Prefix
Packages that use Prefix
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of Prefix in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return types with arguments of type PrefixModifier and TypeMethodDescriptionListBucketResult.commonPrefixes()Returns the value of thecommonPrefixesrecord component.ListBucketResultV2.commonPrefixes()Returns the value of thecommonPrefixesrecord component.ListMultipartUploadsResult.commonPrefixes()Returns the value of thecommonPrefixesrecord component.ListVersionsResult.commonPrefixes()Returns the value of thecommonPrefixesrecord component.Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type PrefixModifierConstructorDescriptionListVersionsResult(String name, String prefix, int maxKeys, boolean isTruncated, List<Prefix> commonPrefixes, String delimiter, String encodingType, String keyMarker, String versionIdMarker, String nextKeyMarker, String nextVersionIdMarker, List<ObjectVersion> objectVersions, List<DeleteMarkerEntry> deleteMarkers) Creates an instance of aListVersionsResultrecord class.