| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default GetPackageResponse |
IotClient.getPackage(Consumer<GetPackageRequest.Builder> getPackageRequest)
Gets information about the specified software package.
|
default GetPackageResponse |
IotClient.getPackage(GetPackageRequest getPackageRequest)
Gets information about the specified software package.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPackageResponse> |
IotAsyncClient.getPackage(Consumer<GetPackageRequest.Builder> getPackageRequest)
Gets information about the specified software package.
|
default CompletableFuture<GetPackageResponse> |
IotAsyncClient.getPackage(GetPackageRequest getPackageRequest)
Gets information about the specified software package.
|
Copyright © 2023. All rights reserved.