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