Uses of Class
software.amazon.awssdk.services.appconfig.model.GetDeploymentStrategyResponse
-
Packages that use GetDeploymentStrategyResponse 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 GetDeploymentStrategyResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetDeploymentStrategyResponse Modifier and Type Method Description default GetDeploymentStrategyResponseAppConfigClient. getDeploymentStrategy(Consumer<GetDeploymentStrategyRequest.Builder> getDeploymentStrategyRequest)Retrieves information about a deployment strategy.default GetDeploymentStrategyResponseAppConfigClient. getDeploymentStrategy(GetDeploymentStrategyRequest getDeploymentStrategyRequest)Retrieves information about a deployment strategy.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetDeploymentStrategyResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentStrategyResponse>AppConfigAsyncClient. getDeploymentStrategy(Consumer<GetDeploymentStrategyRequest.Builder> getDeploymentStrategyRequest)Retrieves information about a deployment strategy.default CompletableFuture<GetDeploymentStrategyResponse>AppConfigAsyncClient. getDeploymentStrategy(GetDeploymentStrategyRequest getDeploymentStrategyRequest)Retrieves information about a deployment strategy.
-