Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.Change
-
Packages that use Change Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of Change in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type Change Modifier and Type Method Description List<Change>StartChangeSetRequest. changeSet()Array ofchangeobject.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type Change Modifier and Type Method Description StartChangeSetRequest.BuilderStartChangeSetRequest.Builder. changeSet(Change... changeSet)Array ofchangeobject.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type Change Modifier and Type Method Description StartChangeSetRequest.BuilderStartChangeSetRequest.Builder. changeSet(Collection<Change> changeSet)Array ofchangeobject.
-