Uses of Class
software.amazon.awssdk.services.s3control.model.KeyNameConstraint
-
Packages that use KeyNameConstraint Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of KeyNameConstraint in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return KeyNameConstraint Modifier and Type Method Description KeyNameConstraintJobManifestGeneratorFilter. keyNameConstraint()If provided, the generated manifest includes only source bucket objects whose object keys match the string constraints specified forMatchAnyPrefix,MatchAnySuffix, andMatchAnySubstring.Methods in software.amazon.awssdk.services.s3control.model with parameters of type KeyNameConstraint Modifier and Type Method Description JobManifestGeneratorFilter.BuilderJobManifestGeneratorFilter.Builder. keyNameConstraint(KeyNameConstraint keyNameConstraint)If provided, the generated manifest includes only source bucket objects whose object keys match the string constraints specified forMatchAnyPrefix,MatchAnySuffix, andMatchAnySubstring.
-