Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteApplicationResponse
-
Packages that use DeleteApplicationResponse 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 DeleteApplicationResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return DeleteApplicationResponse Modifier and Type Method Description default DeleteApplicationResponseAppConfigClient. deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)Deletes an application.default DeleteApplicationResponseAppConfigClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes an application.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type DeleteApplicationResponse Modifier and Type Method Description default CompletableFuture<DeleteApplicationResponse>AppConfigAsyncClient. deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)Deletes an application.default CompletableFuture<DeleteApplicationResponse>AppConfigAsyncClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes an application.
-