| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketDetails |
AwsS3BucketDetails.clone() |
AwsS3BucketDetails |
ResourceDetails.getAwsS3Bucket()
Details about an Amazon S3 bucket related to a finding.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withCreatedAt(String createdAt)
Indicates when the S3 bucket was created.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withOwnerId(String ownerId)
The canonical user ID of the owner of the S3 bucket.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withOwnerName(String ownerName)
The display name of the owner of the S3 bucket.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withPublicAccessBlockConfiguration(AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration)
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withServerSideEncryptionConfiguration(AwsS3BucketServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The encryption rules that are applied to the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsS3Bucket(AwsS3BucketDetails awsS3Bucket)
Details about an Amazon S3 bucket related to a finding.
|
ResourceDetails |
ResourceDetails.withAwsS3Bucket(AwsS3BucketDetails awsS3Bucket)
Details about an Amazon S3 bucket related to a finding.
|
Copyright © 2021. All rights reserved.