Uses of Class
software.amazon.awssdk.services.opensearch.model.PackageVersionHistory
-
Packages that use PackageVersionHistory Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of PackageVersionHistory in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type PackageVersionHistory Modifier and Type Method Description List<PackageVersionHistory>GetPackageVersionHistoryResponse. packageVersionHistoryList()A list of package versions, along with their creation time and commit message.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type PackageVersionHistory Modifier and Type Method Description GetPackageVersionHistoryResponse.BuilderGetPackageVersionHistoryResponse.Builder. packageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)A list of package versions, along with their creation time and commit message.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type PackageVersionHistory Modifier and Type Method Description GetPackageVersionHistoryResponse.BuilderGetPackageVersionHistoryResponse.Builder. packageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)A list of package versions, along with their creation time and commit message.
-