Uses of Class
com.amazon.sqs.javamessaging.SQSConnectionFactory.Builder
Packages that use SQSConnectionFactory.Builder
-
Uses of SQSConnectionFactory.Builder in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return SQSConnectionFactory.BuilderModifier and TypeMethodDescriptionstatic SQSConnectionFactory.BuilderSQSConnectionFactory.builder()Deprecated.SQSConnectionFactory.Builder.withAWSCredentialsProvider(com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider) Deprecated.SQSConnectionFactory.Builder.withClientConfiguration(com.amazonaws.ClientConfiguration clientConfig) Deprecated.SQSConnectionFactory.Builder.withEndpoint(String endpoint) Deprecated.SQSConnectionFactory.Builder.withNumberOfMessagesToPrefetch(int numberOfMessagesToPrefetch) Deprecated.SQSConnectionFactory.Builder.withRegion(com.amazonaws.regions.Region region) Deprecated.SQSConnectionFactory.Builder.withRegionName(String regionName) Deprecated.SQSConnectionFactory.Builder.withSignerRegionOverride(String signerRegionOverride) Deprecated.An internal method used to explicitly override the internal signer region computed by the default implementation.