| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickprojects |
The AWS IoT 1-Click Projects API Reference
|
| software.amazon.awssdk.services.iot1clickprojects.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPlacementsResponse |
Iot1ClickProjectsClient.listPlacements(Consumer<ListPlacementsRequest.Builder> listPlacementsRequest)
Lists the placement(s) of a project.
|
default ListPlacementsResponse |
Iot1ClickProjectsClient.listPlacements(ListPlacementsRequest listPlacementsRequest)
Lists the placement(s) of a project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlacementsResponse> |
Iot1ClickProjectsAsyncClient.listPlacements(Consumer<ListPlacementsRequest.Builder> listPlacementsRequest)
Lists the placement(s) of a project.
|
default CompletableFuture<ListPlacementsResponse> |
Iot1ClickProjectsAsyncClient.listPlacements(ListPlacementsRequest listPlacementsRequest)
Lists the placement(s) of a project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlacementsResponse> |
ListPlacementsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlacementsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlacementsResponse> subscriber) |
Copyright © 2022. All rights reserved.