Uses of Class
software.amazon.awssdk.services.s3.model.MetadataDirective
-
Packages that use MetadataDirective Package Description software.amazon.awssdk.services.s3.model -
-
Uses of MetadataDirective in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetadataDirective Modifier and Type Method Description static MetadataDirectiveMetadataDirective. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetadataDirectiveCopyObjectRequest. metadataDirective()Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.static MetadataDirectiveMetadataDirective. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataDirective[]MetadataDirective. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MetadataDirective Modifier and Type Method Description static Set<MetadataDirective>MetadataDirective. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type MetadataDirective Modifier and Type Method Description CopyObjectRequest.BuilderCopyObjectRequest.Builder. metadataDirective(MetadataDirective metadataDirective)Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.
-