Uses of Class
software.amazon.awssdk.services.sqs.model.SetQueueAttributesResponse
-
Packages that use SetQueueAttributesResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of SetQueueAttributesResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SetQueueAttributesResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type SetQueueAttributesResponse Modifier and Type Method Description default CompletableFuture<SetQueueAttributesResponse>SqsAsyncClient. setQueueAttributes(Consumer<SetQueueAttributesRequest.Builder> setQueueAttributesRequest)Sets the value of one or more queue attributes, like a policy.default CompletableFuture<SetQueueAttributesResponse>SqsAsyncClient. setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)Sets the value of one or more queue attributes, like a policy.
-