Uses of Interface
software.amazon.awssdk.services.sqs.model.GetQueueAttributesRequest.Builder
Packages that use GetQueueAttributesRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of GetQueueAttributesRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type GetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionSqsAsyncClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest) Gets attributes for the specified queue.default GetQueueAttributesResponseSqsClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest) Gets attributes for the specified queue. -
Uses of GetQueueAttributesRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return GetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionGetQueueAttributesRequest.Builder.attributeNames(Collection<QueueAttributeName> attributeNames) A list of attributes for which to retrieve information.GetQueueAttributesRequest.Builder.attributeNames(QueueAttributeName... attributeNames) A list of attributes for which to retrieve information.GetQueueAttributesRequest.Builder.attributeNamesWithStrings(String... attributeNames) A list of attributes for which to retrieve information.GetQueueAttributesRequest.Builder.attributeNamesWithStrings(Collection<String> attributeNames) A list of attributes for which to retrieve information.GetQueueAttributesRequest.builder()GetQueueAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetQueueAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue whose attribute information is retrieved.GetQueueAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type GetQueueAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetQueueAttributesRequest.Builder>GetQueueAttributesRequest.serializableBuilderClass()