You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/auth/src/main/java/software/amazon/awssdk/auth/credentials/ChildProfileCredentialsProviderFactory.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ public interface ChildProfileCredentialsProviderFactory {
38
38
* provider. This credentials provider should be closed when it is no longer used.
39
39
* @param profile The profile that should be used to load the configuration necessary to create the child credentials
40
40
* provider.
41
+
* @param source A string list of {@link software.amazon.awssdk.core.useragent.BusinessMetricFeatureId} denoting
42
+
* previous credentials providers that are chained with this one.
41
43
* @return The credentials provider with permissions derived from the source credentials provider and profile.
Copy file name to clipboardexpand all lines: core/auth/src/main/java/software/amazon/awssdk/auth/credentials/EnvironmentVariableCredentialsProvider.java
0 commit comments