Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client.endpoints.functions
Package-level
declarations
Types
Functions
Types
Url
Link copied to clipboard
common
data
class
Url
(
val
scheme
:
String
,
val
authority
:
String
,
val
path
:
String
,
val
normalizedPath
:
String
,
val
isIp
:
Boolean
)
Functions
is
Valid
Host
Label
Link copied to clipboard
common
fun
isValidHostLabel
(
value
:
String
?
,
allowSubdomains
:
Boolean
)
:
Boolean
parse
Url
Link copied to clipboard
common
fun
parseUrl
(
value
:
String
?
)
:
Url
?
substring
Link copied to clipboard
common
fun
substring
(
value
:
String
?
,
start
:
Int
,
stop
:
Int
,
reverse
:
Boolean
)
:
String
?
uri
Encode
Link copied to clipboard
common
fun
uriEncode
(
value
:
String
)
:
String