Uses of Enum
software.amazon.awssdk.services.s3.model.AnnotationDirective
Packages that use AnnotationDirective
-
Uses of AnnotationDirective in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationDirectiveModifier and TypeMethodDescriptionfinal AnnotationDirectiveCopyObjectRequest.annotationDirective()Specifies whether you want to copy annotations from the source object or exclude them.static AnnotationDirectiveUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AnnotationDirectiveReturns the enum constant of this type with the specified name.static AnnotationDirective[]AnnotationDirective.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 AnnotationDirectiveModifier and TypeMethodDescriptionstatic Set<AnnotationDirective>AnnotationDirective.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type AnnotationDirectiveModifier and TypeMethodDescriptionCopyObjectRequest.Builder.annotationDirective(AnnotationDirective annotationDirective) Specifies whether you want to copy annotations from the source object or exclude them.