| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ServerType |
ServerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServerType |
SourceCredentialsInfo.serverType()
The type of source provider.
|
ServerType |
ImportSourceCredentialsRequest.serverType()
The source provider used for this project.
|
static ServerType |
ServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.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<ServerType> |
ServerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SourceCredentialsInfo.Builder |
SourceCredentialsInfo.Builder.serverType(ServerType serverType)
The type of source provider.
|
ImportSourceCredentialsRequest.Builder |
ImportSourceCredentialsRequest.Builder.serverType(ServerType serverType)
The source provider used for this project.
|
Copyright © 2021. All rights reserved.