Home
last modified time | relevance | path

Searched defs:ExecutionAttributes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A DExecutionAttributes.java37 public class ExecutionAttributes implements ToCopyableBuilder<ExecutionAttributes.Builder, Executio… class
40 public ExecutionAttributes() { in ExecutionAttributes() method in ExecutionAttributes
44 protected ExecutionAttributes(Map<? extends ExecutionAttribute<?>, ?> attributes) { in ExecutionAttributes() method in ExecutionAttributes
/aosp_15_r20/external/aws-sdk-java-v2/test/old-client-version-compatibility-test/src/test/java/
H A DInterceptorSignerAttributeTest.java128 …private void test(Function<Consumer<ExecutionAttributes>, ExecutionInterceptor> interceptorFactory, in test()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/
H A DExecutionAttributeBackwardsCompatibilityTest.java125 …private void test(Function<Consumer<ExecutionAttributes>, ExecutionInterceptor> interceptorFactory, in test()
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
H A DSdkPluginTest.java660 …eforeTransmissionValidator(TriConsumer<Context.BeforeTransmission, ExecutionAttributes, T> beforeT… in beforeTransmissionValidator() argument