| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
RegistryCredential |
RegistryCredential.clone() |
RegistryCredential |
ProjectEnvironment.getRegistryCredential()
The credentials for access to a private registry.
|
RegistryCredential |
StartBuildRequest.getRegistryCredentialOverride()
The credentials for access to a private registry.
|
RegistryCredential |
RegistryCredential.withCredential(String credential)
The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager.
|
RegistryCredential |
RegistryCredential.withCredentialProvider(CredentialProviderType credentialProvider)
The service that created the credentials to access a private Docker registry.
|
RegistryCredential |
RegistryCredential.withCredentialProvider(String credentialProvider)
The service that created the credentials to access a private Docker registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEnvironment.setRegistryCredential(RegistryCredential registryCredential)
The credentials for access to a private registry.
|
void |
StartBuildRequest.setRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
The credentials for access to a private registry.
|
ProjectEnvironment |
ProjectEnvironment.withRegistryCredential(RegistryCredential registryCredential)
The credentials for access to a private registry.
|
StartBuildRequest |
StartBuildRequest.withRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
The credentials for access to a private registry.
|
Copyright © 2020. All rights reserved.