All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ionoscloud.s3.Directive Maven / Gradle / Ivy

The newest version!
package com.ionoscloud.s3;

/** Copy object directive for metadata and tags. */
public enum Directive {
  COPY,
  REPLACE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy