Uses of Interface
software.amazon.awssdk.services.appconfig.model.StopDeploymentRequest.Builder
-
Packages that use StopDeploymentRequest.Builder Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.model -
-
Uses of StopDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type StopDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<StopDeploymentResponse>AppConfigAsyncClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Stops a deployment.default StopDeploymentResponseAppConfigClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Stops a deployment. -
Uses of StopDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return StopDeploymentRequest.Builder Modifier and Type Method Description StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. applicationId(String applicationId)The application ID.static StopDeploymentRequest.BuilderStopDeploymentRequest. builder()StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. deploymentNumber(Integer deploymentNumber)The sequence number of the deployment.StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. environmentId(String environmentId)The environment ID.StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDeploymentRequest.BuilderStopDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type StopDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StopDeploymentRequest.Builder>StopDeploymentRequest. serializableBuilderClass()
-