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 classSdkRequestOverrideConfigurationBase per-request override configuration for all SDK requests.Methods in software.amazon.awssdk.core that return RequestOverrideConfiguration Modifier and Type Method Description RequestOverrideConfigurationRequestOverrideConfiguration.Builder. build()Create a newSdkRequestOverrideConfigurationwith the properties set on this builder.RequestOverrideConfigurationSdkRequest.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.BuilderEndpointDiscoveryRequest.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 RequestOverrideConfigurationRequestExecutionContext. requestConfig()
-