Uses of Class
software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
-
Uses of SdkClientConfiguration in software.amazon.awssdk.core.client.builder
Methods in software.amazon.awssdk.core.client.builder that return SdkClientConfiguration Modifier and Type Method Description protected SdkClientConfigurationSdkDefaultClientBuilder. asyncClientConfiguration()Return a client configuration object, populated with the following chain of priorities.protected SdkClientConfigurationSdkDefaultClientBuilder. finalizeChildConfiguration(SdkClientConfiguration configuration)Optionally overridden by child implementations to derive implementation-specific configuration from the default-applied configuration.protected SdkClientConfigurationSdkDefaultClientBuilder. invokePlugins(SdkClientConfiguration config)By default, returns the configuration as-is.protected SdkClientConfigurationSdkDefaultClientBuilder. mergeChildDefaults(SdkClientConfiguration configuration)Optionally overridden by child implementations to apply implementation-specific default configuration.protected SdkClientConfigurationSdkDefaultClientBuilder. setOverrides(SdkClientConfiguration configuration)Apply the client override configuration to the provided configuration.protected SdkClientConfigurationSdkDefaultClientBuilder. syncClientConfiguration()Return a client configuration object, populated with the following chain of priorities.Methods in software.amazon.awssdk.core.client.builder with parameters of type SdkClientConfiguration Modifier and Type Method Description protected AttributeMapSdkDefaultClientBuilder. childHttpConfig(SdkClientConfiguration configuration)protected SdkClientConfigurationSdkDefaultClientBuilder. finalizeChildConfiguration(SdkClientConfiguration configuration)Optionally overridden by child implementations to derive implementation-specific configuration from the default-applied configuration.protected SdkClientConfigurationSdkDefaultClientBuilder. invokePlugins(SdkClientConfiguration config)By default, returns the configuration as-is.protected SdkClientConfigurationSdkDefaultClientBuilder. mergeChildDefaults(SdkClientConfiguration configuration)Optionally overridden by child implementations to apply implementation-specific default configuration.protected SdkClientConfigurationSdkDefaultClientBuilder. setOverrides(SdkClientConfiguration configuration)Apply the client override configuration to the provided configuration. -
Uses of SdkClientConfiguration in software.amazon.awssdk.core.client.config
Methods in software.amazon.awssdk.core.client.config that return SdkClientConfiguration Modifier and Type Method Description SdkClientConfigurationSdkClientConfiguration.Builder. build()static SdkClientConfigurationSdkClientConfiguration. fromOverrideConfiguration(ClientOverrideConfiguration configuration)Create aSdkClientConfigurationfrom the providedClientOverrideConfiguration.SdkClientConfigurationSdkClientConfiguration. merge(Consumer<SdkClientConfiguration.Builder> configuration)SdkClientConfigurationSdkClientConfiguration. merge(SdkClientConfiguration configuration)Merge this configuration with another configuration, where this configuration's values take precedence.Methods in software.amazon.awssdk.core.client.config with parameters of type SdkClientConfiguration Modifier and Type Method Description SdkClientConfigurationSdkClientConfiguration. merge(SdkClientConfiguration configuration)Merge this configuration with another configuration, where this configuration's values take precedence.static voidSdkClientOptionValidation. validateAsyncClientOptions(SdkClientConfiguration c)static voidSdkClientOptionValidation. validateSyncClientOptions(SdkClientConfiguration c) -
Uses of SdkClientConfiguration in software.amazon.awssdk.core.client.handler
Methods in software.amazon.awssdk.core.client.handler that return SdkClientConfiguration Modifier and Type Method Description SdkClientConfigurationClientExecutionParams. requestConfiguration()Methods in software.amazon.awssdk.core.client.handler with parameters of type SdkClientConfiguration Modifier and Type Method Description <T> ClientExecutionParams<InputT,OutputT>ClientExecutionParams. withRequestConfiguration(SdkClientConfiguration requestConfiguration)Constructors in software.amazon.awssdk.core.client.handler with parameters of type SdkClientConfiguration Constructor Description SdkAsyncClientHandler(SdkClientConfiguration clientConfiguration)SdkSyncClientHandler(SdkClientConfiguration clientConfiguration) -
Uses of SdkClientConfiguration in software.amazon.awssdk.core.endpointdiscovery.providers
Constructors in software.amazon.awssdk.core.endpointdiscovery.providers with parameters of type SdkClientConfiguration Constructor Description DefaultEndpointDiscoveryProviderChain(SdkClientConfiguration clientConfiguration) -
Uses of SdkClientConfiguration in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler that return SdkClientConfiguration Modifier and Type Method Description protected SdkClientConfigurationBaseClientHandler. resolveRequestConfiguration(ClientExecutionParams<?,?> params)Constructors in software.amazon.awssdk.core.internal.handler with parameters of type SdkClientConfiguration Constructor Description BaseAsyncClientHandler(SdkClientConfiguration clientConfiguration, AmazonAsyncHttpClient client)BaseClientHandler(SdkClientConfiguration clientConfiguration)BaseSyncClientHandler(SdkClientConfiguration clientConfiguration, AmazonSyncHttpClient client) -
Uses of SdkClientConfiguration in software.amazon.awssdk.core.internal.http
Methods in software.amazon.awssdk.core.internal.http that return SdkClientConfiguration Modifier and Type Method Description SdkClientConfigurationHttpClientDependencies. clientConfiguration()Methods in software.amazon.awssdk.core.internal.http with parameters of type SdkClientConfiguration Modifier and Type Method Description HttpClientDependencies.BuilderHttpClientDependencies.Builder. clientConfiguration(SdkClientConfiguration clientConfiguration)Constructors in software.amazon.awssdk.core.internal.http with parameters of type SdkClientConfiguration Constructor Description AmazonAsyncHttpClient(SdkClientConfiguration clientConfiguration)AmazonSyncHttpClient(SdkClientConfiguration clientConfiguration)
-