Uses of Enum
software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
Packages that use DefaultsMode
Package
Description
-
Uses of DefaultsMode in software.amazon.awssdk.awscore.client.builder
Methods in software.amazon.awssdk.awscore.client.builder with parameters of type DefaultsModeModifier and TypeMethodDescriptiondefault BuilderTAwsClientBuilder.defaultsMode(DefaultsMode defaultsMode) Sets theDefaultsModethat will be used to determine how certain default configuration options are resolved in the SDK.final BuilderTAwsDefaultClientBuilder.defaultsMode(DefaultsMode defaultsMode) final voidAwsDefaultClientBuilder.setDefaultsMode(DefaultsMode defaultsMode) -
Uses of DefaultsMode in software.amazon.awssdk.awscore.client.config
Fields in software.amazon.awssdk.awscore.client.config with type parameters of type DefaultsModeModifier and TypeFieldDescriptionstatic final AwsClientOption<DefaultsMode>AwsClientOption.CONFIGURED_DEFAULTS_MODEConfiguration of the DEFAULTS_MODE.static final AwsClientOption<DefaultsMode>AwsClientOption.DEFAULTS_MODEOption used by the rest of the SDK to read theDefaultsMode. -
Uses of DefaultsMode in software.amazon.awssdk.awscore.defaultsmode
Methods in software.amazon.awssdk.awscore.defaultsmode that return DefaultsModeModifier and TypeMethodDescriptionstatic DefaultsModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultsModeReturns the enum constant of this type with the specified name.static DefaultsMode[]DefaultsMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultsMode in software.amazon.awssdk.awscore.internal.defaultsmode
Methods in software.amazon.awssdk.awscore.internal.defaultsmode that return DefaultsModeModifier and TypeMethodDescriptionDiscovers the defaultMode using the following workflow: 1.DefaultsModeResolver.resolve()Resolve which defaults mode should be used, based on the configured values.Methods in software.amazon.awssdk.awscore.internal.defaultsmode with parameters of type DefaultsModeModifier and TypeMethodDescriptionstatic AttributeMapDefaultsModeConfiguration.defaultConfig(DefaultsMode mode) Return the default config options for a given defaults modestatic AttributeMapDefaultsModeConfiguration.defaultHttpConfig(DefaultsMode mode) Return the default config options for a given defaults modeDefaultsModeResolver.defaultMode(DefaultsMode mode) Configure theDefaultsModethat should be used if the mode is not specified anywhere else.