| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
S3Bucket |
S3Bucket.clone() |
S3Bucket |
ResourcesAffected.getS3Bucket()
The details of the S3 bucket that the finding applies to.
|
S3Bucket |
S3Bucket.withAllowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
uploaded to the bucket.
|
S3Bucket |
S3Bucket.withAllowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are
uploaded to the bucket.
|
S3Bucket |
S3Bucket.withArn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
S3Bucket |
S3Bucket.withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
|
S3Bucket |
S3Bucket.withDefaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
S3Bucket |
S3Bucket.withName(String name)
The name of the bucket.
|
S3Bucket |
S3Bucket.withOwner(S3BucketOwner owner)
The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
|
S3Bucket |
S3Bucket.withPublicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
S3Bucket |
S3Bucket.withTags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
|
S3Bucket |
S3Bucket.withTags(KeyValuePair... tags)
The tags that are associated with the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesAffected.setS3Bucket(S3Bucket s3Bucket)
The details of the S3 bucket that the finding applies to.
|
ResourcesAffected |
ResourcesAffected.withS3Bucket(S3Bucket s3Bucket)
The details of the S3 bucket that the finding applies to.
|
Copyright © 2023. All rights reserved.