toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
route53resolver
/
aws.sdk.kotlin.services.route53resolver.model
/
ResolverEndpointStatus
Resolver
Endpoint
Status
sealed
class
ResolverEndpointStatus
Inheritors
ActionNeeded
AutoRecovering
Creating
Deleting
Operational
Updating
SdkUnknown
Members
Types
Action
Needed
Link copied to clipboard
object
ActionNeeded
:
ResolverEndpointStatus
Auto
Recovering
Link copied to clipboard
object
AutoRecovering
:
ResolverEndpointStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ResolverEndpointStatus
Deleting
Link copied to clipboard
object
Deleting
:
ResolverEndpointStatus
Operational
Link copied to clipboard
object
Operational
:
ResolverEndpointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResolverEndpointStatus
Updating
Link copied to clipboard
object
Updating
:
ResolverEndpointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String