Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse 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 CreateApplicationResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseAppConfigClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CreateApplicationResponseAppConfigClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>AppConfigAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CompletableFuture<CreateApplicationResponse>AppConfigAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.
-