Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsS3BucketNotificationConfigurationDetail
-
Packages that use AwsS3BucketNotificationConfigurationDetail Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketNotificationConfigurationDetail in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsS3BucketNotificationConfigurationDetail Modifier and Type Method Description List<AwsS3BucketNotificationConfigurationDetail>AwsS3BucketNotificationConfiguration. configurations()Configurations for S3 bucket notifications.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsS3BucketNotificationConfigurationDetail Modifier and Type Method Description AwsS3BucketNotificationConfiguration.BuilderAwsS3BucketNotificationConfiguration.Builder. configurations(AwsS3BucketNotificationConfigurationDetail... configurations)Configurations for S3 bucket notifications.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsS3BucketNotificationConfigurationDetail Modifier and Type Method Description AwsS3BucketNotificationConfiguration.BuilderAwsS3BucketNotificationConfiguration.Builder. configurations(Collection<AwsS3BucketNotificationConfigurationDetail> configurations)Configurations for S3 bucket notifications.
-