Uses of Record 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.contents()Returns the value of thecontentsrecord component.ListBucketResultV2.contents()Returns the value of thecontentsrecord component.Methods in com.adobe.testing.s3mock.dto with parameters of type S3ObjectConstructor 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, List<Prefix> commonPrefixes) Creates an instance of aListBucketResultrecord class.ListBucketResultV2(String name, String prefix, int maxKeys, boolean isTruncated, List<S3Object> contents, List<Prefix> commonPrefixes, String continuationToken, String keyCount, String nextContinuationToken, String startAfter, String encodingType) Creates an instance of aListBucketResultV2record class. -
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.