Uses of Class
software.amazon.awssdk.services.appconfig.model.GetApplicationResponse
-
Packages that use GetApplicationResponse 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 GetApplicationResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseAppConfigClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves information about an application.default GetApplicationResponseAppConfigClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves information about an application.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>AppConfigAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves information about an application.default CompletableFuture<GetApplicationResponse>AppConfigAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Retrieves information about an application.
-