Uses of Class
software.amazon.awssdk.services.codecatalyst.model.StartDevEnvironmentResponse
-
Packages that use StartDevEnvironmentResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of StartDevEnvironmentResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return StartDevEnvironmentResponse Modifier and Type Method Description default StartDevEnvironmentResponseCodeCatalystClient. startDevEnvironment(Consumer<StartDevEnvironmentRequest.Builder> startDevEnvironmentRequest)Starts a specified Dev Environment and puts it into an active state.default StartDevEnvironmentResponseCodeCatalystClient. startDevEnvironment(StartDevEnvironmentRequest startDevEnvironmentRequest)Starts a specified Dev Environment and puts it into an active state.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type StartDevEnvironmentResponse Modifier and Type Method Description default CompletableFuture<StartDevEnvironmentResponse>CodeCatalystAsyncClient. startDevEnvironment(Consumer<StartDevEnvironmentRequest.Builder> startDevEnvironmentRequest)Starts a specified Dev Environment and puts it into an active state.default CompletableFuture<StartDevEnvironmentResponse>CodeCatalystAsyncClient. startDevEnvironment(StartDevEnvironmentRequest startDevEnvironmentRequest)Starts a specified Dev Environment and puts it into an active state.
-