Uses of Class
software.amazon.awssdk.services.s3.model.MetadataEntry
-
Packages that use MetadataEntry Package Description software.amazon.awssdk.services.s3.model -
-
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 MetadataEntry Modifier and Type Method Description 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 MetadataEntry Modifier and Type Method Description S3Location.BuilderS3Location.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 MetadataEntry Modifier and Type Method Description S3Location.BuilderS3Location.Builder. userMetadata(Collection<MetadataEntry> userMetadata)A list of metadata to store with the restore results in S3.
-