Uses of Class
software.amazon.awssdk.services.appconfig.model.StopDeploymentResponse
-
Packages that use StopDeploymentResponse 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 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.
-