Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.SqsQueueConfiguration
-
Packages that use SqsQueueConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of SqsQueueConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return SqsQueueConfiguration Modifier and Type Method Description SqsQueueConfigurationConfiguration. sqsQueue()The access control configuration is for an Amazon SQS queue.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type SqsQueueConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromSqsQueue(SqsQueueConfiguration sqsQueue)Create an instance of this class withConfiguration.sqsQueue()initialized to the given value.Configuration.BuilderConfiguration.Builder. sqsQueue(SqsQueueConfiguration sqsQueue)The access control configuration is for an Amazon SQS queue.
-