io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig$ProfileCredentialsProviderConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-amazon-dynamodb Show documentation
Show all versions of quarkus-amazon-dynamodb Show documentation
Connect to Amazon DynamoDB datastore
package io.quarkus.dynamodb.runtime;
public final class AwsCredentialsProviderConfig$ProfileCredentialsProviderConfig$$accessor {
private AwsCredentialsProviderConfig$ProfileCredentialsProviderConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_profileName(Object __instance) {
return ((io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig)__instance).profileName;
}
@SuppressWarnings("unchecked")
public static void set_profileName(Object __instance, Object profileName) {
((io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig)__instance).profileName = (java.util.Optional)profileName;
}
public static Object construct() {
return new io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy