Uses of Class
software.amazon.awssdk.services.appconfig.model.StopDeploymentResponse
-
Packages that use StopDeploymentResponse 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. -
-
Uses of StopDeploymentResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return StopDeploymentResponse Modifier and Type Method Description default StopDeploymentResponseAppConfigClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Stops a deployment.default StopDeploymentResponseAppConfigClient. stopDeployment(StopDeploymentRequest stopDeploymentRequest)Stops a deployment.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type StopDeploymentResponse Modifier and Type Method Description default CompletableFuture<StopDeploymentResponse>AppConfigAsyncClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Stops a deployment.default CompletableFuture<StopDeploymentResponse>AppConfigAsyncClient. stopDeployment(StopDeploymentRequest stopDeploymentRequest)Stops a deployment.
-