| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.clone() |
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.withDestination(String destination)
The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
|
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.withEvents(Collection<String> events)
The list of events that trigger a notification.
|
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.withEvents(String... events)
The list of events that trigger a notification.
|
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.withFilter(AwsS3BucketNotificationConfigurationFilter filter)
The filters that determine which S3 buckets generate notifications.
|
AwsS3BucketNotificationConfigurationDetail |
AwsS3BucketNotificationConfigurationDetail.withType(String type)
Indicates the type of notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsS3BucketNotificationConfigurationDetail> |
AwsS3BucketNotificationConfiguration.getConfigurations()
Configurations for S3 bucket notifications.
|
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketNotificationConfiguration |
AwsS3BucketNotificationConfiguration.withConfigurations(AwsS3BucketNotificationConfigurationDetail... configurations)
Configurations for S3 bucket notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsS3BucketNotificationConfiguration.setConfigurations(Collection<AwsS3BucketNotificationConfigurationDetail> configurations)
Configurations for S3 bucket notifications.
|
AwsS3BucketNotificationConfiguration |
AwsS3BucketNotificationConfiguration.withConfigurations(Collection<AwsS3BucketNotificationConfigurationDetail> configurations)
Configurations for S3 bucket notifications.
|
Copyright © 2022. All rights reserved.