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