| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static ProviderType |
ProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProviderType |
Connection.providerType()
The name of the external provider where your third-party code repository is configured.
|
ProviderType |
CreateHostRequest.providerType()
The name of the installed provider to be associated with your connection.
|
ProviderType |
GetHostResponse.providerType()
The provider type of the requested host, such as GitHub Enterprise Server.
|
ProviderType |
CreateConnectionRequest.providerType()
The name of the external provider where your third-party code repository is configured.
|
ProviderType |
Host.providerType()
The name of the installed provider to be associated with your connection.
|
ProviderType |
ListConnectionsRequest.providerTypeFilter()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
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 |
|---|---|
static Set<ProviderType> |
ProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
GetHostResponse.Builder |
GetHostResponse.Builder.providerType(ProviderType providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
Host.Builder |
Host.Builder.providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.providerTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
Copyright © 2022. All rights reserved.