Uses of Enum
com.adobe.testing.s3mock.util.AwsHttpHeaders.MetadataDirective
Packages that use AwsHttpHeaders.MetadataDirective
-
Uses of AwsHttpHeaders.MetadataDirective in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock with parameters of type AwsHttpHeaders.MetadataDirectiveModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CopyObjectResult>ObjectController.copyObject(String bucketName, ObjectKey key, CopySource copySource, AwsHttpHeaders.MetadataDirective metadataDirective, List<String> match, List<String> noneMatch, org.springframework.http.HttpHeaders httpHeaders) Copies an object to another bucket. -
Uses of AwsHttpHeaders.MetadataDirective in com.adobe.testing.s3mock.util
Methods in com.adobe.testing.s3mock.util that return AwsHttpHeaders.MetadataDirectiveModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AwsHttpHeaders.MetadataDirective[]AwsHttpHeaders.MetadataDirective.values()Returns an array containing the constants of this enum type, in the order they are declared.