Uses of Class
software.amazon.awssdk.services.appintegrations.model.UpdateApplicationResponse
-
Packages that use UpdateApplicationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of UpdateApplicationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return UpdateApplicationResponse Modifier and Type Method Description default UpdateApplicationResponseAppIntegrationsClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)This API is in preview release and subject to change.default UpdateApplicationResponseAppIntegrationsClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)This API is in preview release and subject to change.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type UpdateApplicationResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationResponse>AppIntegrationsAsyncClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)This API is in preview release and subject to change.default CompletableFuture<UpdateApplicationResponse>AppIntegrationsAsyncClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)This API is in preview release and subject to change.
-