We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac58e0c commit 8fc772dCopy full SHA for 8fc772d
core/aws-core/src/main/java/software/amazon/awssdk/awscore/AwsExecutionAttribute.java
@@ -16,7 +16,7 @@
16
package software.amazon.awssdk.awscore;
17
18
import software.amazon.awssdk.annotations.SdkPublicApi;
19
-import software.amazon.awssdk.auth.signer.internal.AwsSignerExecutionAttribute;
+import software.amazon.awssdk.auth.signer.AwsSignerExecutionAttribute;
20
import software.amazon.awssdk.core.interceptor.ExecutionAttribute;
21
import software.amazon.awssdk.core.interceptor.ExecutionInterceptor;
22
import software.amazon.awssdk.core.interceptor.SdkExecutionAttribute;
0 commit comments