Uses of Class
software.amazon.awssdk.services.sqs.model.InvalidAttributeValueException
-
Packages that use InvalidAttributeValueException Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of InvalidAttributeValueException in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that throw InvalidAttributeValueException Modifier and Type Method Description default 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.
-