| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
List<DevEnvironmentRepositorySummary> |
GetDevEnvironmentResponse.repositories()
The source repository that contains the branch cloned into the Dev Environment.
|
List<DevEnvironmentRepositorySummary> |
DevEnvironmentSummary.repositories()
Information about the repositories that will be cloned into the Dev Environment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.repositories(DevEnvironmentRepositorySummary... repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.repositories(DevEnvironmentRepositorySummary... repositories)
Information about the repositories that will be cloned into the Dev Environment.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.repositories(Collection<DevEnvironmentRepositorySummary> repositories)
The source repository that contains the branch cloned into the Dev Environment.
|
DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.repositories(Collection<DevEnvironmentRepositorySummary> repositories)
Information about the repositories that will be cloned into the Dev Environment.
|
Copyright © 2022. All rights reserved.