| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static ProviderType |
ProviderType.fromValue(String value)
Use this in place of valueOf.
|
static ProviderType |
ProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderType[] |
ProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetHostResult |
GetHostResult.withProviderType(ProviderType providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
CreateHostRequest |
CreateHostRequest.withProviderType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
Connection |
Connection.withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
Host |
Host.withProviderType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
ListConnectionsRequest |
ListConnectionsRequest.withProviderTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
Copyright © 2023. All rights reserved.