| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceAuthType |
SourceAuthType.fromValue(String value)
Use this in place of valueOf.
|
static SourceAuthType |
SourceAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceAuthType[] |
SourceAuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceAuth.setType(SourceAuthType type)
The authorization type to use.
|
SourceAuth |
SourceAuth.withType(SourceAuthType type)
The authorization type to use.
|
Copyright © 2024. All rights reserved.