Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteDeploymentStrategyRequest
-
Packages that use DeleteDeploymentStrategyRequest 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.software.amazon.awssdk.services.appconfig.transform -
-
Uses of DeleteDeploymentStrategyRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type DeleteDeploymentStrategyRequest Modifier and Type Method Description default CompletableFuture<DeleteDeploymentStrategyResponse>AppConfigAsyncClient. deleteDeploymentStrategy(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)Deletes a deployment strategy.default DeleteDeploymentStrategyResponseAppConfigClient. deleteDeploymentStrategy(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)Deletes a deployment strategy. -
Uses of DeleteDeploymentStrategyRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type DeleteDeploymentStrategyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDeploymentStrategyRequestMarshaller. marshall(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)
-