| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.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 source repository provider.
|
ProviderType |
ConnectionSummary.providerType()
The source repository provider.
|
ProviderType |
CreateConnectionRequest.providerType()
The source repository provider.
|
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 source repository provider.
|
ConnectionSummary.Builder |
ConnectionSummary.Builder.providerType(ProviderType providerType)
The source repository provider.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.providerType(ProviderType providerType)
The source repository provider.
|
Copyright © 2023. All rights reserved.