Uses of Class
software.amazon.awssdk.services.appconfig.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse 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 GetDeploymentResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseAppConfigClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment.default GetDeploymentResponseAppConfigClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Retrieves information about a configuration deployment.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>AppConfigAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment.default CompletableFuture<GetDeploymentResponse>AppConfigAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Retrieves information about a configuration deployment.
-