| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
S3Object.clone() |
S3Object |
ResourcesAffected.getS3Object()
The details of the S3 object that the finding applies to.
|
S3Object |
S3Object.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the bucket that contains the object.
|
S3Object |
S3Object.withETag(String eTag)
The entity tag (ETag) that identifies the affected version of the object.
|
S3Object |
S3Object.withExtension(String extension)
The file name extension of the object.
|
S3Object |
S3Object.withKey(String key)
The full key (name) that's assigned to the object.
|
S3Object |
S3Object.withLastModified(Date lastModified)
The date and time, in UTC and extended ISO 8601 format, when the object was last modified.
|
S3Object |
S3Object.withPath(String path)
The path to the object, including the full key (name).
|
S3Object |
S3Object.withPublicAccess(Boolean publicAccess)
Specifies whether the object is publicly accessible due to the combination of permissions settings that apply to
the object.
|
S3Object |
S3Object.withServerSideEncryption(ServerSideEncryption serverSideEncryption)
The type of server-side encryption that's used to encrypt the object.
|
S3Object |
S3Object.withSize(Long size)
The total storage size, in bytes, of the object.
|
S3Object |
S3Object.withStorageClass(StorageClass storageClass)
The storage class of the object.
|
S3Object |
S3Object.withStorageClass(String storageClass)
The storage class of the object.
|
S3Object |
S3Object.withTags(Collection<KeyValuePair> tags)
The tags that are associated with the object.
|
S3Object |
S3Object.withTags(KeyValuePair... tags)
The tags that are associated with the object.
|
S3Object |
S3Object.withVersionId(String versionId)
The identifier for the affected version of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesAffected.setS3Object(S3Object s3Object)
The details of the S3 object that the finding applies to.
|
ResourcesAffected |
ResourcesAffected.withS3Object(S3Object s3Object)
The details of the S3 object that the finding applies to.
|
Copyright © 2023. All rights reserved.