Uses of Class
software.amazon.awssdk.services.codebuild.model.ImagePullCredentialsType
-
Packages that use ImagePullCredentialsType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ImagePullCredentialsType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ImagePullCredentialsType Modifier and Type Method Description static ImagePullCredentialsTypeImagePullCredentialsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImagePullCredentialsTypeProjectEnvironment. imagePullCredentialsType()The type of credentials CodeBuild uses to pull images in your build.ImagePullCredentialsTypeStartBuildBatchRequest. imagePullCredentialsTypeOverride()The type of credentials CodeBuild uses to pull images in your batch build.ImagePullCredentialsTypeStartBuildRequest. imagePullCredentialsTypeOverride()The type of credentials CodeBuild uses to pull images in your build.static ImagePullCredentialsTypeImagePullCredentialsType. 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.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ImagePullCredentialsType Modifier and Type Method Description static Set<ImagePullCredentialsType>ImagePullCredentialsType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ImagePullCredentialsType Modifier and Type Method Description ProjectEnvironment.BuilderProjectEnvironment.Builder. imagePullCredentialsType(ImagePullCredentialsType imagePullCredentialsType)The type of credentials CodeBuild uses to pull images in your build.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. imagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)The type of credentials CodeBuild uses to pull images in your batch build.StartBuildRequest.BuilderStartBuildRequest.Builder. imagePullCredentialsTypeOverride(ImagePullCredentialsType imagePullCredentialsTypeOverride)The type of credentials CodeBuild uses to pull images in your build.
-