Uses of Class
software.amazon.awssdk.services.s3.model.QueueConfiguration
Packages that use QueueConfiguration
-
Uses of QueueConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type QueueConfigurationModifier and TypeMethodDescriptionfinal List<QueueConfiguration>GetBucketNotificationConfigurationResponse.queueConfigurations()The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.final List<QueueConfiguration>NotificationConfiguration.queueConfigurations()The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.Methods in software.amazon.awssdk.services.s3.model with parameters of type QueueConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.queueConfigurations(QueueConfiguration... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.NotificationConfiguration.Builder.queueConfigurations(QueueConfiguration... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type QueueConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.NotificationConfiguration.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.