| 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 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 should include only source bucket objects that were created after this time.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withCreatedBefore(Date createdBefore)
If provided, the generated manifest should include 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.withObjectReplicationStatuses(Collection<String> objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectReplicationStatuses(ReplicationStatus... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter |
JobManifestGeneratorFilter.withObjectReplicationStatuses(String... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3JobManifestGenerator.setFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to 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 use to decide whether an object in the source bucket
should or should not be included in the generated job manifest.
|
Copyright © 2023. All rights reserved.