Uses of Class
software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
Packages that use SetQueueAttributesResponse
-
Uses of SetQueueAttributesResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SetQueueAttributesResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type SetQueueAttributesResponseModifier and TypeMethodDescriptionSqsAsyncClient.setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.SqsAsyncClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes, like a policy.