Uses of Interface
software.amazon.awssdk.services.sqs.model.GetQueueUrlRequest.Builder
Packages that use GetQueueUrlRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of GetQueueUrlRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type GetQueueUrlRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetQueueUrlResponse>SqsAsyncClient.getQueueUrl(Consumer<GetQueueUrlRequest.Builder> getQueueUrlRequest) TheGetQueueUrlAPI returns the URL of an existing Amazon SQS queue.default GetQueueUrlResponseSqsClient.getQueueUrl(Consumer<GetQueueUrlRequest.Builder> getQueueUrlRequest) TheGetQueueUrlAPI returns the URL of an existing Amazon SQS queue. -
Uses of GetQueueUrlRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return GetQueueUrlRequest.BuilderModifier and TypeMethodDescriptionstatic GetQueueUrlRequest.BuilderGetQueueUrlRequest.builder()GetQueueUrlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetQueueUrlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) (Required) The name of the queue for which you want to fetch the URL.GetQueueUrlRequest.Builder.queueOwnerAWSAccountId(String queueOwnerAWSAccountId) (Optional) The Amazon Web Services account ID of the account that created the queue.GetQueueUrlRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type GetQueueUrlRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetQueueUrlRequest.Builder>GetQueueUrlRequest.serializableBuilderClass()