| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdatePackageResponse |
IotClient.updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest)
Updates the supported fields for a specific software package.
|
default UpdatePackageResponse |
IotClient.updatePackage(UpdatePackageRequest updatePackageRequest)
Updates the supported fields for a specific software package.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePackageResponse> |
IotAsyncClient.updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest)
Updates the supported fields for a specific software package.
|
default CompletableFuture<UpdatePackageResponse> |
IotAsyncClient.updatePackage(UpdatePackageRequest updatePackageRequest)
Updates the supported fields for a specific software package.
|
Copyright © 2023. All rights reserved.