AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticloadbalancingv2
/
aws.sdk.kotlin.services.elasticloadbalancingv2.model
/
ActionTypeEnum
Action
Type
Enum
sealed
class
ActionTypeEnum
Inheritors
AuthenticateCognito
AuthenticateOidc
FixedResponse
Forward
Redirect
SdkUnknown
Members
Types
Authenticate
Cognito
Link copied to clipboard
object
AuthenticateCognito
:
ActionTypeEnum
Authenticate
Oidc
Link copied to clipboard
object
AuthenticateOidc
:
ActionTypeEnum
Companion
Link copied to clipboard
object
Companion
Fixed
Response
Link copied to clipboard
object
FixedResponse
:
ActionTypeEnum
Forward
Link copied to clipboard
object
Forward
:
ActionTypeEnum
Redirect
Link copied to clipboard
object
Redirect
:
ActionTypeEnum
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionTypeEnum
Properties
value
Link copied to clipboard
abstract
val
value
:
String