Uses of Class
software.amazon.awssdk.services.appconfig.model.StartDeploymentResponse
-
Packages that use StartDeploymentResponse 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 StartDeploymentResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return StartDeploymentResponse Modifier and Type Method Description default StartDeploymentResponseAppConfigClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment.default StartDeploymentResponseAppConfigClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Starts a deployment.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type StartDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AppConfigAsyncClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment.default CompletableFuture<StartDeploymentResponse>AppConfigAsyncClient. startDeployment(StartDeploymentRequest startDeploymentRequest)Starts a deployment.
-