Uses of Class
com.amazon.sqs.javamessaging.SQSConnection
-
Packages that use SQSConnection Package Description com.amazon.sqs.javamessaging -
-
Uses of SQSConnection in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return SQSConnection Modifier and Type Method Description SQSConnection
SQSConnectionFactory. createConnection()
SQSConnection
SQSConnectionFactory. createConnection(String awsAccessKeyId, String awsSecretKey)
SQSConnection
SQSConnectionFactory. createConnection(software.amazon.awssdk.auth.credentials.AwsCredentials awsCredentials)
SQSConnection
SQSConnectionFactory. createConnection(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider awsCredentialsProvider)
-