Uses of Class
software.amazon.awssdk.services.sqs.model.InvalidAttributeValueException
Packages that use InvalidAttributeValueException
-
Uses of InvalidAttributeValueException in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that throw InvalidAttributeValueExceptionModifier and TypeMethodDescriptiondefault CreateQueueResponseSqsClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest) Creates a new standard or FIFO queue.default CreateQueueResponseSqsClient.createQueue(CreateQueueRequest createQueueRequest) Creates a new standard or FIFO queue.default SetQueueAttributesResponseSqsClient.setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.default SetQueueAttributesResponseSqsClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.