Uses of Class
software.amazon.awssdk.services.s3.model.MetadataEntry
Packages that use MetadataEntry
-
Uses of MetadataEntry in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MetadataEntryModifier and TypeMethodDescriptionfinal List<MetadataEntry>S3Location.userMetadata()A list of metadata to store with the restore results in S3.Methods in software.amazon.awssdk.services.s3.model with parameters of type MetadataEntryModifier and TypeMethodDescriptionS3Location.Builder.userMetadata(MetadataEntry... userMetadata) A list of metadata to store with the restore results in S3.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type MetadataEntryModifier and TypeMethodDescriptionS3Location.Builder.userMetadata(Collection<MetadataEntry> userMetadata) A list of metadata to store with the restore results in S3.