Uses of Class
software.amazon.awssdk.services.codecatalyst.model.IdeConfiguration
-
Packages that use IdeConfiguration Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of IdeConfiguration in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type IdeConfiguration Modifier and Type Method Description List<IdeConfiguration>CreateDevEnvironmentRequest. 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>UpdateDevEnvironmentRequest. ides()Information about the integrated development environment (IDE) configured for a Dev Environment.List<IdeConfiguration>UpdateDevEnvironmentResponse. 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 IdeConfiguration Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. ides(IdeConfiguration... ides)Information about the integrated development environment (IDE) configured for a Dev Environment.StartDevEnvironmentRequest.BuilderStartDevEnvironmentRequest.Builder. ides(IdeConfiguration... ides)Information about the integrated development environment (IDE) configured for a Dev Environment.UpdateDevEnvironmentRequest.BuilderUpdateDevEnvironmentRequest.Builder. ides(IdeConfiguration... ides)Information about the integrated development environment (IDE) configured for a Dev Environment.UpdateDevEnvironmentResponse.BuilderUpdateDevEnvironmentResponse.Builder. ides(IdeConfiguration... 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 IdeConfiguration Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. ides(Collection<IdeConfiguration> ides)Information about the integrated development environment (IDE) configured for a Dev Environment.StartDevEnvironmentRequest.BuilderStartDevEnvironmentRequest.Builder. ides(Collection<IdeConfiguration> ides)Information about the integrated development environment (IDE) configured for a Dev Environment.UpdateDevEnvironmentRequest.BuilderUpdateDevEnvironmentRequest.Builder. ides(Collection<IdeConfiguration> ides)Information about the integrated development environment (IDE) configured for a Dev Environment.UpdateDevEnvironmentResponse.BuilderUpdateDevEnvironmentResponse.Builder. ides(Collection<IdeConfiguration> ides)Information about the integrated development environment (IDE) configured for the Dev Environment.
-