Uses of Interface
software.amazon.awssdk.services.sqs.model.SetQueueAttributesRequest.Builder
Packages that use SetQueueAttributesRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of SetQueueAttributesRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type SetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.default SetQueueAttributesResponseSqsClient.setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy. -
Uses of SetQueueAttributesRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return SetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionSetQueueAttributesRequest.Builder.attributes(Map<QueueAttributeName, String> attributes) A map of attributes to set.SetQueueAttributesRequest.Builder.attributesWithStrings(Map<String, String> attributes) A map of attributes to set.SetQueueAttributesRequest.builder()SetQueueAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetQueueAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue whose attributes are set.SetQueueAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type SetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetQueueAttributesRequest.Builder>SetQueueAttributesRequest.serializableBuilderClass()