Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
-
Packages that use AmiProductLastModifiedDateFilter Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of AmiProductLastModifiedDateFilter in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return AmiProductLastModifiedDateFilter Modifier and Type Method Description AmiProductLastModifiedDateFilterAmiProductFilters. lastModifiedDate()The last date on which the AMI product was modified.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type AmiProductLastModifiedDateFilter Modifier and Type Method Description AmiProductFilters.BuilderAmiProductFilters.Builder. lastModifiedDate(AmiProductLastModifiedDateFilter lastModifiedDate)The last date on which the AMI product was modified.
-