Uses of Class
software.amazon.awssdk.services.appconfig.model.StartDeploymentResponse
-
Packages that use StartDeploymentResponse Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. -
-
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.
-