Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ChangeSummary
-
Packages that use ChangeSummary Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of ChangeSummary in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type ChangeSummary Modifier and Type Method Description List<ChangeSummary>DescribeChangeSetResponse. changeSet()An array ofChangeSummaryobjects.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type ChangeSummary Modifier and Type Method Description DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. changeSet(ChangeSummary... changeSet)An array ofChangeSummaryobjects.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type ChangeSummary Modifier and Type Method Description DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. changeSet(Collection<ChangeSummary> changeSet)An array ofChangeSummaryobjects.
-