Uses of Interface
software.amazon.awssdk.core.util.SystemUserAgent
Packages that use SystemUserAgent
-
Uses of SystemUserAgent in software.amazon.awssdk.core.internal.useragent
Classes in software.amazon.awssdk.core.internal.useragent that implement SystemUserAgentModifier and TypeClassDescriptionfinal classCommon system level user agent properties that can either be accessed as a string or as individual values.Methods in software.amazon.awssdk.core.internal.useragent with parameters of type SystemUserAgentModifier and TypeMethodDescriptionstatic StringSdkUserAgentBuilder.buildClientUserAgentString(SystemUserAgent systemValues, SdkClientUserAgentProperties userAgentProperties) Constructs a string representation of an SDK client user agent string, based on system and client data.static StringSdkUserAgentBuilder.buildSystemUserAgentString(SystemUserAgent systemValues) Constructs a string representation of system user agent values only, that can be used for any backend calls. -
Uses of SystemUserAgent in software.amazon.awssdk.core.util
Methods in software.amazon.awssdk.core.util that return SystemUserAgent