Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.UpdateApplicationRequest
-
Packages that use UpdateApplicationRequest 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.software.amazon.awssdk.services.servicecatalogappregistry.transform -
-
Uses of UpdateApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type UpdateApplicationRequest Modifier and Type Method Description default CompletableFuture<UpdateApplicationResponse>ServiceCatalogAppRegistryAsyncClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates an existing application with new attributes.default UpdateApplicationResponseServiceCatalogAppRegistryClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Updates an existing application with new attributes. -
Uses of UpdateApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type UpdateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApplicationRequestMarshaller. marshall(UpdateApplicationRequest updateApplicationRequest)
-