Uses of Class
software.amazon.awssdk.services.securitylake.model.SqsNotificationConfiguration
-
Packages that use SqsNotificationConfiguration Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of SqsNotificationConfiguration in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return SqsNotificationConfiguration Modifier and Type Method Description SqsNotificationConfigurationNotificationConfiguration. sqsNotificationConfiguration()The configurations for SQS subscriber notification.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type SqsNotificationConfiguration Modifier and Type Method Description static NotificationConfigurationNotificationConfiguration. fromSqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)Create an instance of this class withNotificationConfiguration.sqsNotificationConfiguration()initialized to the given value.NotificationConfiguration.BuilderNotificationConfiguration.Builder. sqsNotificationConfiguration(SqsNotificationConfiguration sqsNotificationConfiguration)The configurations for SQS subscriber notification.
-