| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
|
| Modifier and Type | Method and Description |
|---|---|
default StopDevEnvironmentResponse |
CodeCatalystClient.stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
default StopDevEnvironmentResponse |
CodeCatalystClient.stopDevEnvironment(StopDevEnvironmentRequest stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDevEnvironmentResponse> |
CodeCatalystAsyncClient.stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
default CompletableFuture<StopDevEnvironmentResponse> |
CodeCatalystAsyncClient.stopDevEnvironment(StopDevEnvironmentRequest stopDevEnvironmentRequest)
Pauses a specified Dev Environment and places it in a non-running state.
|
Copyright © 2023. All rights reserved.