| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ide> |
DevEnvironmentSummary.ides()
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
List<Ide> |
GetDevEnvironmentResponse.ides()
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
| Modifier and Type | Method and Description |
|---|---|
DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.ides(Ide... ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.ides(Ide... ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
| Modifier and Type | Method and Description |
|---|---|
DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for a Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.ides(Collection<Ide> ides)
Information about the integrated development environment (IDE) configured for the Dev Environment.
|
Copyright © 2023. All rights reserved.