Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.UpdateApplicationResponse
-
Packages that use UpdateApplicationResponse Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. -
-
Uses of UpdateApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return UpdateApplicationResponse Modifier and Type Method Description default UpdateApplicationResponseServiceCatalogAppRegistryClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)Updates an existing application with new attributes.default UpdateApplicationResponseServiceCatalogAppRegistryClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates an existing application with new attributes.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type UpdateApplicationResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationResponse>ServiceCatalogAppRegistryAsyncClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)Updates an existing application with new attributes.default CompletableFuture<UpdateApplicationResponse>ServiceCatalogAppRegistryAsyncClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates an existing application with new attributes.
-