Uses of Enum
software.amazon.awssdk.services.s3.model.MetadataDirective
Packages that use MetadataDirective
-
Uses of MetadataDirective in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MetadataDirectiveModifier and TypeMethodDescriptionstatic MetadataDirectiveUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetadataDirectiveCopyObjectRequest.metadataDirective()Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.static MetadataDirectiveReturns 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 MetadataDirectiveMethods in software.amazon.awssdk.services.s3.model with parameters of type MetadataDirectiveModifier and TypeMethodDescriptionCopyObjectRequest.Builder.metadataDirective(MetadataDirective metadataDirective) Specifies whether the metadata is copied from the source object or replaced with metadata that's provided in the request.