Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of Application in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return Application Modifier and Type Method Description ApplicationCreateApplicationResponse. application()Information about the application.ApplicationUpdateApplicationResponse. application()The updated information of the application.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type Application Modifier and Type Method Description CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. application(Application application)Information about the application.UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. application(Application application)The updated information of the application.
-