AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
aws-http
/
aws.sdk.kotlin.runtime.http.interceptors
/
AddUserAgentMetadataInterceptor
Add
User
Agent
Metadata
Interceptor
class
AddUserAgentMetadataInterceptor
(
metadata
:
Map
<
String
,
String
>
)
Adds metadata to the user agent sent in requests.
Parameters
metadata
A map of keys/values to add to existing metadata.
Members
Constructors
Add
User
Agent
Metadata
Interceptor
Link copied to clipboard
constructor
(
metadata
:
Map
<
String
,
String
>
)
Functions
read
Before
Execution
Link copied to clipboard
open
fun
readBeforeExecution
(
context
:
<Error class: unknown class>
<
Any
>
)