| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3ObjectDetails |
AwsS3ObjectDetails.clone() |
AwsS3ObjectDetails |
ResourceDetails.getAwsS3Object()
Details about an S3 object related to a finding.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withContentType(String contentType)
A standard MIME type describing the format of the object data.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withETag(String eTag)
The opaque identifier assigned by a web server to a specific version of a resource found at a URL.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withLastModified(String lastModified)
Indicates when the object was last modified.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withServerSideEncryption(String serverSideEncryption)
If the object is stored using server-side encryption, the value of the server-side encryption algorithm used when
storing this object in Amazon S3.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withSSEKMSKeyId(String sSEKMSKeyId)
The identifier of the KMS symmetric customer managed key that was used for the object.
|
AwsS3ObjectDetails |
AwsS3ObjectDetails.withVersionId(String versionId)
The version of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsS3Object(AwsS3ObjectDetails awsS3Object)
Details about an S3 object related to a finding.
|
ResourceDetails |
ResourceDetails.withAwsS3Object(AwsS3ObjectDetails awsS3Object)
Details about an S3 object related to a finding.
|
Copyright © 2023. All rights reserved.