| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ImagePullCredentialsType |
ImagePullCredentialsType.fromValue(String value)
Use this in place of valueOf.
|
static ImagePullCredentialsType |
ImagePullCredentialsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePullCredentialsType[] |
ImagePullCredentialsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEnvironment.setImagePullCredentialsType(ImagePullCredentialsType imagePullCredentialsType)
The type of credentials AWS CodeBuild uses to pull images in your build.
|
ProjectEnvironment |
ProjectEnvironment.withImagePullCredentialsType(ImagePullCredentialsType imagePullCredentialsType)
The type of credentials AWS CodeBuild uses to pull images in your build.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withImagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your batch build.
|
StartBuildRequest |
StartBuildRequest.withImagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your build.
|
Copyright © 2021. All rights reserved.