Uses of Class
software.amazon.awssdk.core.RequestOverrideConfiguration
-
Packages that use RequestOverrideConfiguration Package Description software.amazon.awssdk.core software.amazon.awssdk.core.endpointdiscovery software.amazon.awssdk.core.internal.http -
-
Uses of RequestOverrideConfiguration in software.amazon.awssdk.core
Subclasses of RequestOverrideConfiguration in software.amazon.awssdk.core Modifier and Type Class Description class
SdkRequestOverrideConfiguration
Base per-request override configuration for all SDK requests.Methods in software.amazon.awssdk.core that return RequestOverrideConfiguration Modifier and Type Method Description RequestOverrideConfiguration
RequestOverrideConfiguration.Builder. build()
Create a newSdkRequestOverrideConfiguration
with the properties set on this builder.RequestOverrideConfiguration
SdkRequest.Builder. overrideConfiguration()
Methods in software.amazon.awssdk.core that return types with arguments of type RequestOverrideConfiguration Modifier and Type Method Description abstract Optional<? extends RequestOverrideConfiguration>
SdkRequest. overrideConfiguration()
Constructors in software.amazon.awssdk.core with parameters of type RequestOverrideConfiguration Constructor Description BuilderImpl(RequestOverrideConfiguration sdkRequestOverrideConfig)
-
Uses of RequestOverrideConfiguration in software.amazon.awssdk.core.endpointdiscovery
Methods in software.amazon.awssdk.core.endpointdiscovery that return types with arguments of type RequestOverrideConfiguration Modifier and Type Method Description Optional<RequestOverrideConfiguration>
EndpointDiscoveryRequest. overrideConfiguration()
Methods in software.amazon.awssdk.core.endpointdiscovery with parameters of type RequestOverrideConfiguration Modifier and Type Method Description EndpointDiscoveryRequest.Builder
EndpointDiscoveryRequest.Builder. overrideConfiguration(RequestOverrideConfiguration overrideConfiguration)
The request override configuration to be used with the endpoint discovery request. -
Uses of RequestOverrideConfiguration in software.amazon.awssdk.core.internal.http
Methods in software.amazon.awssdk.core.internal.http that return RequestOverrideConfiguration Modifier and Type Method Description RequestOverrideConfiguration
RequestExecutionContext. requestConfig()
-