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