| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
PackageSummary |
PackageSummary.clone() |
PackageSummary |
PackageSummary.withCreationDate(Date creationDate)
The date that the package was created.
|
PackageSummary |
PackageSummary.withDefaultVersionName(String defaultVersionName)
The name of the default package version.
|
PackageSummary |
PackageSummary.withLastModifiedDate(Date lastModifiedDate)
The date that the package was last updated.
|
PackageSummary |
PackageSummary.withPackageName(String packageName)
The name for the target software package.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageSummary> |
ListPackagesResult.getPackageSummaries()
The software package summary.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackagesResult |
ListPackagesResult.withPackageSummaries(PackageSummary... packageSummaries)
The software package summary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackagesResult.setPackageSummaries(Collection<PackageSummary> packageSummaries)
The software package summary.
|
ListPackagesResult |
ListPackagesResult.withPackageSummaries(Collection<PackageSummary> packageSummaries)
The software package summary.
|
Copyright © 2025. All rights reserved.