| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CodeRepositorySummary |
CodeRepositorySummary.clone() |
CodeRepositorySummary |
CodeRepositorySummary.withCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the Git repository.
|
CodeRepositorySummary |
CodeRepositorySummary.withCodeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
CodeRepositorySummary |
CodeRepositorySummary.withCreationTime(Date creationTime)
The date and time that the Git repository was created.
|
CodeRepositorySummary |
CodeRepositorySummary.withGitConfig(GitConfig gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
CodeRepositorySummary |
CodeRepositorySummary.withLastModifiedTime(Date lastModifiedTime)
The date and time that the Git repository was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeRepositorySummary> |
ListCodeRepositoriesResult.getCodeRepositorySummaryList()
Gets a list of summaries of the Git repositories.
|
| Modifier and Type | Method and Description |
|---|---|
ListCodeRepositoriesResult |
ListCodeRepositoriesResult.withCodeRepositorySummaryList(CodeRepositorySummary... codeRepositorySummaryList)
Gets a list of summaries of the Git repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCodeRepositoriesResult.setCodeRepositorySummaryList(Collection<CodeRepositorySummary> codeRepositorySummaryList)
Gets a list of summaries of the Git repositories.
|
ListCodeRepositoriesResult |
ListCodeRepositoriesResult.withCodeRepositorySummaryList(Collection<CodeRepositorySummary> codeRepositorySummaryList)
Gets a list of summaries of the Git repositories.
|
Copyright © 2022. All rights reserved.