| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
PackageVersionSummary |
PackageVersionSummary.clone() |
PackageVersionSummary |
PackageVersionSummary.withCreationDate(Date creationDate)
The date that the package version was created.
|
PackageVersionSummary |
PackageVersionSummary.withLastModifiedDate(Date lastModifiedDate)
The date that the package version was last updated.
|
PackageVersionSummary |
PackageVersionSummary.withPackageName(String packageName)
The name of the associated software package.
|
PackageVersionSummary |
PackageVersionSummary.withStatus(PackageVersionStatus status)
The status of the package version.
|
PackageVersionSummary |
PackageVersionSummary.withStatus(String status)
The status of the package version.
|
PackageVersionSummary |
PackageVersionSummary.withVersionName(String versionName)
The name of the target package version.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageVersionSummary> |
ListPackageVersionsResult.getPackageVersionSummaries()
Lists the package versions associated to the package.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionsResult |
ListPackageVersionsResult.withPackageVersionSummaries(PackageVersionSummary... packageVersionSummaries)
Lists the package versions associated to the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackageVersionsResult.setPackageVersionSummaries(Collection<PackageVersionSummary> packageVersionSummaries)
Lists the package versions associated to the package.
|
ListPackageVersionsResult |
ListPackageVersionsResult.withPackageVersionSummaries(Collection<PackageVersionSummary> packageVersionSummaries)
Lists the package versions associated to the package.
|
Copyright © 2023. All rights reserved.