| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| software.amazon.awssdk.services.greengrassv2.paginators | |
| software.amazon.awssdk.services.greengrassv2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListComponentVersionsResponse |
GreengrassV2Client.listComponentVersions(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default CompletableFuture<ListComponentVersionsResponse> |
GreengrassV2AsyncClient.listComponentVersions(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListComponentVersionsIterable |
GreengrassV2Client.listComponentVersionsPaginator(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
default ListComponentVersionsPublisher |
GreengrassV2AsyncClient.listComponentVersionsPaginator(ListComponentVersionsRequest listComponentVersionsRequest)
Retrieves a paginated list of all versions for a component.
|
| Constructor and Description |
|---|
ListComponentVersionsIterable(GreengrassV2Client client,
ListComponentVersionsRequest firstRequest) |
ListComponentVersionsPublisher(GreengrassV2AsyncClient client,
ListComponentVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListComponentVersionsRequestMarshaller.marshall(ListComponentVersionsRequest listComponentVersionsRequest) |
Copyright © 2023. All rights reserved.