| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDevEnvironmentResponse |
CodeCatalystClient.createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest)
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to
quickly work on the code stored in the source repositories of your project.
|
default CreateDevEnvironmentResponse |
CodeCatalystClient.createDevEnvironment(CreateDevEnvironmentRequest createDevEnvironmentRequest)
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev Environment that you can use to
quickly work on the code stored in the source repositories of your project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDevEnvironmentResponse> |
CodeCatalystAsyncClient.createDevEnvironment(Consumer<CreateDevEnvironmentRequest.Builder> createDevEnvironmentRequest)
Creates a Dev Environment in Amazon CodeCatalyst, a cloud-based development Dev 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 Dev Environment that you can use to
quickly work on the code stored in the source repositories of your project.
|
Copyright © 2022. All rights reserved.