Uses of Class
com.adobe.testing.s3mock.dto.S3Object
Packages that use S3Object
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of S3Object in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return S3ObjectModifier and TypeMethodDescriptionstatic S3ObjectS3Object.from(S3ObjectMetadata s3ObjectMetadata) Methods in com.adobe.testing.s3mock.dto that return types with arguments of type S3ObjectModifier and TypeMethodDescriptionListBucketResult.getContents()ListBucketResultV2.getContents()Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type S3ObjectModifierConstructorDescriptionListBucketResult(String name, String prefix, String marker, int maxKeys, boolean isTruncated, String encodingType, String nextMarker, List<S3Object> contents, Collection<String> commonPrefixes) ListBucketResultV2(String name, String prefix, int maxKeys, boolean isTruncated, List<S3Object> contents, Collection<String> commonPrefixes, String continuationToken, String keyCount, String nextContinuationToken, String startAfter, String encodingType) -
Uses of S3Object in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return types with arguments of type S3ObjectModifier and TypeMethodDescriptionBucketService.getS3Objects(String bucketName, String prefix) Retrieves S3Objects from a bucket.