| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
SourceAuth |
SourceAuth.clone() |
SourceAuth |
ProjectSource.getAuth()
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
SourceAuth |
SourceAuth.withResource(String resource)
The resource value that applies to the specified authorization type.
|
SourceAuth |
SourceAuth.withType(SourceAuthType type)
The authorization type to use.
|
SourceAuth |
SourceAuth.withType(String type)
The authorization type to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectSource.setAuth(SourceAuth auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
ProjectSource |
ProjectSource.withAuth(SourceAuth auth)
Information about the authorization settings for AWS CodeBuild to access the source code to be built.
|
Copyright © 2018. All rights reserved.