File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
core/auth/src/main/java/software/amazon/awssdk/auth/credentials Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,9 @@ private DefaultCredentialsProvider(Builder builder) {
74
74
}
75
75
76
76
/**
77
- * Create an instance of the {@link DefaultCredentialsProvider} using the default configuration. Configuration can be
78
- * specified by creating an instance using the {@link #builder()}.
77
+ * Returns the singleton instance of the {@link DefaultCredentialsProvider} using the default configuration.
78
+ * Configuration can be specified by creating an instance using the {@link #builder()}. If you want to
79
+ * create a new instance, use {@link #builder()} instead.
79
80
*/
80
81
public static DefaultCredentialsProvider create () {
81
82
return DEFAULT_CREDENTIALS_PROVIDER ;
You can’t perform that action at this time.
0 commit comments