Uses of Class
com.amazonaws.services.sqs.model.SetQueueAttributesRequest
Packages that use SetQueueAttributesRequest
Package
Description
-
Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type SetQueueAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSQS.setQueueAttributes(SetQueueAttributesRequest request) AmazonSQS.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes.AmazonSQSClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes.AbstractAmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest request) AbstractAmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest request, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest) Sets the value of one or more queue attributes.AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Sets the value of one or more queue attributes.AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest request) AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest request, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type SetQueueAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest request, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) AbstractAmazonSQSAsync.setQueueAttributesAsync(String queueUrl, Map<String, String> attributes, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler.AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Sets the value of one or more queue attributes.AmazonSQSAsync.setQueueAttributesAsync(String queueUrl, Map<String, String> attributes, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler.AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest request, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) AmazonSQSAsyncClient.setQueueAttributesAsync(String queueUrl, Map<String, String> attributes, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Simplified method form for invoking the SetQueueAttributes operation with an AsyncHandler. -
Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered with parameters of type SetQueueAttributesRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest) AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest) AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type SetQueueAttributesRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(String queueUrl, Map<String, String> attributes, AsyncHandler<SetQueueAttributesRequest, SetQueueAttributesResult> asyncHandler) -
Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return SetQueueAttributesRequestModifier and TypeMethodDescriptionSetQueueAttributesRequest.addAttributesEntry(String key, String value) SetQueueAttributesRequest.clearAttributesEntries()Removes all the entries added into Attributes.SetQueueAttributesRequest.clone()SetQueueAttributesRequest.withAttributes(Map<String, String> attributes) A map of attributes to set.SetQueueAttributesRequest.withQueueUrl(String queueUrl) The URL of the Amazon SQS queue to take action on.