Uses of Interface
software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Packages that use RequestOverrideConfiguration.Builder Package Description software.amazon.awssdk.core -
-
Uses of RequestOverrideConfiguration.Builder in software.amazon.awssdk.core
Classes in software.amazon.awssdk.core with type parameters of type RequestOverrideConfiguration.Builder Modifier and Type Interface Description static interface
RequestOverrideConfiguration.Builder<B extends RequestOverrideConfiguration.Builder>
protected static class
RequestOverrideConfiguration.BuilderImpl<B extends RequestOverrideConfiguration.Builder>
Subinterfaces of RequestOverrideConfiguration.Builder in software.amazon.awssdk.core Modifier and Type Interface Description static interface
SdkRequestOverrideConfiguration.Builder
Classes in software.amazon.awssdk.core that implement RequestOverrideConfiguration.Builder Modifier and Type Class Description protected static class
RequestOverrideConfiguration.BuilderImpl<B extends RequestOverrideConfiguration.Builder>
Methods in software.amazon.awssdk.core that return RequestOverrideConfiguration.Builder Modifier and Type Method Description abstract RequestOverrideConfiguration.Builder<? extends RequestOverrideConfiguration.Builder>
RequestOverrideConfiguration. toBuilder()
Create aRequestOverrideConfiguration.Builder
initialized with the properties of thisSdkRequestOverrideConfiguration
.Methods in software.amazon.awssdk.core that return types with arguments of type RequestOverrideConfiguration.Builder Modifier and Type Method Description abstract RequestOverrideConfiguration.Builder<? extends RequestOverrideConfiguration.Builder>
RequestOverrideConfiguration. toBuilder()
Create aRequestOverrideConfiguration.Builder
initialized with the properties of thisSdkRequestOverrideConfiguration
.Constructors in software.amazon.awssdk.core with parameters of type RequestOverrideConfiguration.Builder Constructor Description RequestOverrideConfiguration(RequestOverrideConfiguration.Builder<?> builder)
-