| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionResult |
AbstractAWSIot.getPackageVersion(GetPackageVersionRequest request) |
GetPackageVersionResult |
AWSIot.getPackageVersion(GetPackageVersionRequest getPackageVersionRequest)
Gets information about the specified package version.
|
GetPackageVersionResult |
AWSIotClient.getPackageVersion(GetPackageVersionRequest request)
Gets information about the specified package version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPackageVersionResult> |
AbstractAWSIotAsync.getPackageVersionAsync(GetPackageVersionRequest request,
AsyncHandler<GetPackageVersionRequest,GetPackageVersionResult> asyncHandler) |
Future<GetPackageVersionResult> |
AWSIotAsync.getPackageVersionAsync(GetPackageVersionRequest getPackageVersionRequest,
AsyncHandler<GetPackageVersionRequest,GetPackageVersionResult> asyncHandler)
Gets information about the specified package version.
|
Future<GetPackageVersionResult> |
AWSIotAsyncClient.getPackageVersionAsync(GetPackageVersionRequest request,
AsyncHandler<GetPackageVersionRequest,GetPackageVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionResult |
GetPackageVersionResult.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetPackageVersionResult |
GetPackageVersionResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetPackageVersionResult |
GetPackageVersionResult.clone() |
GetPackageVersionResult |
GetPackageVersionResult.withAttributes(Map<String,String> attributes)
Metadata that were added to the package version that can be used to define a package version’s configuration.
|
GetPackageVersionResult |
GetPackageVersionResult.withCreationDate(Date creationDate)
The date when the package version was created.
|
GetPackageVersionResult |
GetPackageVersionResult.withDescription(String description)
The package version description.
|
GetPackageVersionResult |
GetPackageVersionResult.withErrorReason(String errorReason)
Error reason for a package version failure during creation or update.
|
GetPackageVersionResult |
GetPackageVersionResult.withLastModifiedDate(Date lastModifiedDate)
The date when the package version was last updated.
|
GetPackageVersionResult |
GetPackageVersionResult.withPackageName(String packageName)
The name of the package.
|
GetPackageVersionResult |
GetPackageVersionResult.withPackageVersionArn(String packageVersionArn)
The ARN for the package version.
|
GetPackageVersionResult |
GetPackageVersionResult.withStatus(PackageVersionStatus status)
The status associated to the package version.
|
GetPackageVersionResult |
GetPackageVersionResult.withStatus(String status)
The status associated to the package version.
|
GetPackageVersionResult |
GetPackageVersionResult.withVersionName(String versionName)
The name of the package version.
|
Copyright © 2023. All rights reserved.