| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketDetail |
S3BucketDetail.clone() |
S3BucketDetail |
S3BucketDetail.withArn(String arn)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3BucketDetail |
S3BucketDetail.withCreatedAt(Date createdAt)
The date and time the bucket was created at.
|
S3BucketDetail |
S3BucketDetail.withDefaultServerSideEncryption(DefaultServerSideEncryption defaultServerSideEncryption)
Describes the server side encryption method used in the S3 bucket.
|
S3BucketDetail |
S3BucketDetail.withName(String name)
The name of the S3 bucket.
|
S3BucketDetail |
S3BucketDetail.withOwner(Owner owner)
The owner of the S3 bucket.
|
S3BucketDetail |
S3BucketDetail.withPublicAccess(PublicAccess publicAccess)
Describes the public access policies that apply to the S3 bucket.
|
S3BucketDetail |
S3BucketDetail.withS3ObjectDetails(Collection<S3ObjectDetail> s3ObjectDetails)
Information about the S3 object that was scanned.
|
S3BucketDetail |
S3BucketDetail.withS3ObjectDetails(S3ObjectDetail... s3ObjectDetails)
Information about the S3 object that was scanned.
|
S3BucketDetail |
S3BucketDetail.withTags(Collection<Tag> tags)
All tags attached to the S3 bucket
|
S3BucketDetail |
S3BucketDetail.withTags(Tag... tags)
All tags attached to the S3 bucket
|
S3BucketDetail |
S3BucketDetail.withType(String type)
Describes whether the bucket is a source or destination bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3BucketDetail> |
Resource.getS3BucketDetails()
Contains information on the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.withS3BucketDetails(S3BucketDetail... s3BucketDetails)
Contains information on the S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setS3BucketDetails(Collection<S3BucketDetail> s3BucketDetails)
Contains information on the S3 bucket.
|
Resource |
Resource.withS3BucketDetails(Collection<S3BucketDetail> s3BucketDetails)
Contains information on the S3 bucket.
|
Copyright © 2024. All rights reserved.