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