| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
S3ObjectDetail |
S3ObjectDetail.clone() |
S3ObjectDetail |
S3ObjectDetail.withETag(String eTag)
The entity tag is a hash of the S3 object.
|
S3ObjectDetail |
S3ObjectDetail.withHash(String hash)
Hash of the threat detected in this finding.
|
S3ObjectDetail |
S3ObjectDetail.withKey(String key)
Key of the S3 object.
|
S3ObjectDetail |
S3ObjectDetail.withObjectArn(String objectArn)
Amazon Resource Name (ARN) of the S3 object.
|
S3ObjectDetail |
S3ObjectDetail.withVersionId(String versionId)
Version ID of the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3ObjectDetail> |
S3BucketDetail.getS3ObjectDetails()
Information about the S3 object that was scanned.
|
| Modifier and Type | Method and Description |
|---|---|
S3BucketDetail |
S3BucketDetail.withS3ObjectDetails(S3ObjectDetail... s3ObjectDetails)
Information about the S3 object that was scanned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketDetail.setS3ObjectDetails(Collection<S3ObjectDetail> s3ObjectDetails)
Information about the S3 object that was scanned.
|
S3BucketDetail |
S3BucketDetail.withS3ObjectDetails(Collection<S3ObjectDetail> s3ObjectDetails)
Information about the S3 object that was scanned.
|
Copyright © 2025. All rights reserved.