Uses of Interface
software.amazon.awssdk.services.sqs.SqsBaseClientBuilder
-
Packages that use SqsBaseClientBuilder Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of SqsBaseClientBuilder in software.amazon.awssdk.services.sqs
Classes in software.amazon.awssdk.services.sqs with type parameters of type SqsBaseClientBuilder Modifier and Type Interface Description interfaceSqsBaseClientBuilder<B extends SqsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SQS that is supported by bothSqsClientBuilderandSqsAsyncClientBuilder.Subinterfaces of SqsBaseClientBuilder in software.amazon.awssdk.services.sqs Modifier and Type Interface Description interfaceSqsAsyncClientBuilderA builder for creating an instance ofSqsAsyncClient.interfaceSqsClientBuilderA builder for creating an instance ofSqsClient.
-