Uses of Interface
software.amazon.awssdk.core.ServiceConfiguration
-
Packages that use ServiceConfiguration Package Description software.amazon.awssdk.core.client.config software.amazon.awssdk.core.interceptor -
-
Uses of ServiceConfiguration in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ServiceConfiguration Modifier and Type Field Description static SdkClientOption<ServiceConfiguration>
SdkClientOption. SERVICE_CONFIGURATION
Service-specific configuration used by some services, like S3. -
Uses of ServiceConfiguration in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ServiceConfiguration Modifier and Type Field Description static ExecutionAttribute<ServiceConfiguration>
SdkExecutionAttribute. SERVICE_CONFIG
Handler context key for advanced configuration.
-