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