| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
SourceCredentialsInfo |
SourceCredentialsInfo.clone() |
SourceCredentialsInfo |
SourceCredentialsInfo.withArn(String arn)
The Amazon Resource Name (ARN) of the token.
|
SourceCredentialsInfo |
SourceCredentialsInfo.withAuthType(AuthType authType)
The type of authentication used by the credentials.
|
SourceCredentialsInfo |
SourceCredentialsInfo.withAuthType(String authType)
The type of authentication used by the credentials.
|
SourceCredentialsInfo |
SourceCredentialsInfo.withServerType(ServerType serverType)
The type of source provider.
|
SourceCredentialsInfo |
SourceCredentialsInfo.withServerType(String serverType)
The type of source provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceCredentialsInfo> |
ListSourceCredentialsResult.getSourceCredentialsInfos()
A list of
SourceCredentialsInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
ListSourceCredentialsResult |
ListSourceCredentialsResult.withSourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSourceCredentialsResult.setSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
ListSourceCredentialsResult |
ListSourceCredentialsResult.withSourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
Copyright © 2021. All rights reserved.