AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codestarconnections
/
aws.sdk.kotlin.services.codestarconnections.model
/
ProviderType
Provider
Type
sealed
class
ProviderType
Inheritors
Bitbucket
Github
GithubEnterpriseServer
Gitlab
GitlabSelfManaged
SdkUnknown
Members
Types
Bitbucket
Link copied to clipboard
object
Bitbucket
:
ProviderType
Companion
Link copied to clipboard
object
Companion
Github
Link copied to clipboard
object
Github
:
ProviderType
Github
Enterprise
Server
Link copied to clipboard
object
GithubEnterpriseServer
:
ProviderType
Gitlab
Link copied to clipboard
object
Gitlab
:
ProviderType
Gitlab
Self
Managed
Link copied to clipboard
object
GitlabSelfManaged
:
ProviderType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProviderType
Properties
value
Link copied to clipboard
abstract
val
value
:
String