| 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 |
StartBuildBatchRequest.getRegistryCredentialOverride()
A
RegistryCredential object that overrides 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 |
StartBuildBatchRequest.setRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
A
RegistryCredential object that overrides 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.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
A
RegistryCredential object that overrides credentials for access to a private registry. |
StartBuildRequest |
StartBuildRequest.withRegistryCredentialOverride(RegistryCredential registryCredentialOverride)
The credentials for access to a private registry.
|
Copyright © 2021. All rights reserved.