Uses of Class
software.amazon.awssdk.services.codecatalyst.model.Ide
-
Packages that use Ide Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of Ide in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type Ide Modifier and Type Method 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.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type Ide Modifier and Type Method Description DevEnvironmentSummary.BuilderDevEnvironmentSummary.Builder. ides(Ide... ides)Information about the integrated development environment (IDE) configured for a Dev Environment.GetDevEnvironmentResponse.BuilderGetDevEnvironmentResponse.Builder. ides(Ide... ides)Information about the integrated development environment (IDE) configured for the Dev Environment.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type Ide Modifier and Type Method Description DevEnvironmentSummary.BuilderDevEnvironmentSummary.Builder. ides(Collection<Ide> ides)Information about the integrated development environment (IDE) configured for a Dev Environment.GetDevEnvironmentResponse.BuilderGetDevEnvironmentResponse.Builder. ides(Collection<Ide> ides)Information about the integrated development environment (IDE) configured for the Dev Environment.
-