Uses of Class
org.leo.aws.ddb.autoconfigure.AwsEnvironmentProperties
-
Packages that use AwsEnvironmentProperties Package Description org.leo.aws.ddb.repositories -
-
Uses of AwsEnvironmentProperties in org.leo.aws.ddb.repositories
Methods in org.leo.aws.ddb.repositories with parameters of type AwsEnvironmentProperties Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClientDdbAutoConfiguration. amazonDynamoDB(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider staticCredentialsProvider, AwsEnvironmentProperties dynamoDbProperties)software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClientDdbAutoConfiguration. amazonDynamoDBEnv(AwsEnvironmentProperties dynamoDbProperties)software.amazon.awssdk.auth.credentials.AwsCredentialsProviderDdbAutoConfiguration. staticCredentialsProvider(AwsEnvironmentProperties dynamoDbProperties)
-