Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.StopDevEnvironmentRequest.Builder
-
Packages that use StopDevEnvironmentRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of StopDevEnvironmentRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type StopDevEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<StopDevEnvironmentResponse>CodeCatalystAsyncClient. stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest)Pauses a specified Dev Environment and places it in a non-running state.default StopDevEnvironmentResponseCodeCatalystClient. stopDevEnvironment(Consumer<StopDevEnvironmentRequest.Builder> stopDevEnvironmentRequest)Pauses a specified Dev Environment and places it in a non-running state. -
Uses of StopDevEnvironmentRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return StopDevEnvironmentRequest.Builder Modifier and Type Method Description static StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest. builder()StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest.Builder. id(String id)The system-generated unique ID of the Dev Environment.StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest.Builder. projectName(String projectName)The name of the project in the space.StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest.Builder. spaceName(String spaceName)The name of the space.StopDevEnvironmentRequest.BuilderStopDevEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type StopDevEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends StopDevEnvironmentRequest.Builder>StopDevEnvironmentRequest. serializableBuilderClass()
-