| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
KeyNameConstraint |
KeyNameConstraint.clone() |
KeyNameConstraint |
JobManifestGeneratorFilter.getKeyNameConstraint()
If provided, the generated manifest includes only source bucket objects whose object keys match the string
constraints specified for
MatchAnyPrefix, MatchAnySuffix, and
MatchAnySubstring. |
KeyNameConstraint |
KeyNameConstraint.withMatchAnyPrefix(Collection<String> matchAnyPrefix)
If provided, the generated manifest includes objects where the specified string appears at the start of the
object key string.
|
KeyNameConstraint |
KeyNameConstraint.withMatchAnyPrefix(String... matchAnyPrefix)
If provided, the generated manifest includes objects where the specified string appears at the start of the
object key string.
|
KeyNameConstraint |
KeyNameConstraint.withMatchAnySubstring(Collection<String> matchAnySubstring)
If provided, the generated manifest includes objects where the specified string appears anywhere within the
object key string.
|
KeyNameConstraint |
KeyNameConstraint.withMatchAnySubstring(String... matchAnySubstring)
If provided, the generated manifest includes objects where the specified string appears anywhere within the
object key string.
|
KeyNameConstraint |
KeyNameConstraint.withMatchAnySuffix(Collection<String> matchAnySuffix)
If provided, the generated manifest includes objects where the specified string appears at the end of the object
key string.
|
KeyNameConstraint |
KeyNameConstraint.withMatchAnySuffix(String... matchAnySuffix)
If provided, the generated manifest includes objects where the specified string appears at the end of the object
key string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobManifestGeneratorFilter.setKeyNameConstraint(KeyNameConstraint keyNameConstraint)
If provided, the generated manifest includes only source bucket objects whose object keys match the string
constraints specified for
MatchAnyPrefix, MatchAnySuffix, and
MatchAnySubstring. |
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withKeyNameConstraint(KeyNameConstraint keyNameConstraint)
If provided, the generated manifest includes only source bucket objects whose object keys match the string
constraints specified for
MatchAnyPrefix, MatchAnySuffix, and
MatchAnySubstring. |
Copyright © 2024. All rights reserved.