Uses of Class
software.amazon.awssdk.core.RequestOverrideConfiguration
Packages that use RequestOverrideConfiguration
Package
Description
-
Uses of RequestOverrideConfiguration in software.amazon.awssdk.core
Subclasses of RequestOverrideConfiguration in software.amazon.awssdk.coreModifier and TypeClassDescriptionfinal classBase per-request override configuration for all SDK requests.Methods in software.amazon.awssdk.core that return RequestOverrideConfigurationModifier and TypeMethodDescriptionRequestOverrideConfiguration.Builder.build()Create a newSdkRequestOverrideConfigurationwith the properties set on this builder.SdkRequest.Builder.overrideConfiguration()Methods in software.amazon.awssdk.core that return types with arguments of type RequestOverrideConfigurationModifier and TypeMethodDescriptionabstract Optional<? extends RequestOverrideConfiguration>SdkRequest.overrideConfiguration()Constructors in software.amazon.awssdk.core with parameters of type RequestOverrideConfigurationModifierConstructorDescriptionprotectedBuilderImpl(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 RequestOverrideConfigurationMethods in software.amazon.awssdk.core.endpointdiscovery with parameters of type RequestOverrideConfigurationModifier and TypeMethodDescriptionEndpointDiscoveryRequest.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