Uses of Class
software.amazon.awssdk.services.codecatalyst.model.CreateDevEnvironmentResponse
-
Packages that use CreateDevEnvironmentResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of CreateDevEnvironmentResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return CreateDevEnvironmentResponse Modifier and Type Method Description default CreateDevEnvironmentResponseCodeCatalystClient. createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest)Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.default CreateDevEnvironmentResponseCodeCatalystClient. createDevEnvironment(CreateDevEnvironmentRequest createDevEnvironmentRequest)Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type CreateDevEnvironmentResponse Modifier and Type Method Description default CompletableFuture<CreateDevEnvironmentResponse>CodeCatalystAsyncClient. createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest)Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.default CompletableFuture<CreateDevEnvironmentResponse>CodeCatalystAsyncClient. createDevEnvironment(CreateDevEnvironmentRequest createDevEnvironmentRequest)Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development environment that you can use to quickly work on the code stored in the source repositories of your project.
-