| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.clone() |
JobManifestGeneratorFilter |
S3JobManifestGenerator.getFilter()
Specifies rules the S3JobManifestGenerator should use to decide whether an object in the source bucket should or
should not be included in the generated job manifest.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withCreatedAfter(Date createdAfter)
If provided, the generated manifest includes only source bucket objects that were created after this time.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withCreatedBefore(Date createdBefore)
If provided, the generated manifest includes only source bucket objects that were created before this time.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withEligibleForReplication(Boolean eligibleForReplication)
Include objects in the generated manifest only if they are eligible for replication according to the Replication
configuration on the source bucket.
|
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. |
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withMatchAnyStorageClass(Collection<String> matchAnyStorageClass)
If provided, the generated manifest includes only source bucket objects that are stored with the specified
storage class.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withMatchAnyStorageClass(S3StorageClass... matchAnyStorageClass)
If provided, the generated manifest includes only source bucket objects that are stored with the specified
storage class.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withMatchAnyStorageClass(String... matchAnyStorageClass)
If provided, the generated manifest includes only source bucket objects that are stored with the specified
storage class.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectReplicationStatuses(Collection<String> objectReplicationStatuses)
If provided, the generated manifest includes only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectReplicationStatuses(ReplicationStatus... objectReplicationStatuses)
If provided, the generated manifest includes only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectReplicationStatuses(String... objectReplicationStatuses)
If provided, the generated manifest includes only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectSizeGreaterThanBytes(Long objectSizeGreaterThanBytes)
If provided, the generated manifest includes only source bucket objects whose file size is greater than the
specified number of bytes.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectSizeLessThanBytes(Long objectSizeLessThanBytes)
If provided, the generated manifest includes only source bucket objects whose file size is less than the
specified number of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3JobManifestGenerator.setFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to decide whether an object in the source bucket should or
should not be included in the generated job manifest.
|
S3JobManifestGenerator |
S3JobManifestGenerator.withFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to decide whether an object in the source bucket should or
should not be included in the generated job manifest.
|
Copyright © 2024. All rights reserved.