| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ImagePullCredentialsType |
ImagePullCredentialsType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImagePullCredentialsType |
ProjectEnvironment.imagePullCredentialsType()
The type of credentials AWS CodeBuild uses to pull images in your build.
|
ImagePullCredentialsType |
StartBuildRequest.imagePullCredentialsTypeOverride()
The type of credentials AWS CodeBuild uses to pull images in your build.
|
ImagePullCredentialsType |
StartBuildBatchRequest.imagePullCredentialsTypeOverride()
The type of credentials AWS CodeBuild uses to pull images in your batch build.
|
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 |
|---|---|
static Set<ImagePullCredentialsType> |
ImagePullCredentialsType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment.Builder |
ProjectEnvironment.Builder.imagePullCredentialsType(ImagePullCredentialsType imagePullCredentialsType)
The type of credentials AWS CodeBuild uses to pull images in your build.
|
StartBuildRequest.Builder |
StartBuildRequest.Builder.imagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your build.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.imagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)
The type of credentials AWS CodeBuild uses to pull images in your batch build.
|
Copyright © 2021. All rights reserved.