| 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 ListProjectsResponse |
Iot1ClickProjectsClient.listProjects()
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
default ListProjectsResponse |
Iot1ClickProjectsClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
default ListProjectsResponse |
Iot1ClickProjectsClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
Iot1ClickProjectsAsyncClient.listProjects()
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
default CompletableFuture<ListProjectsResponse> |
Iot1ClickProjectsAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
default CompletableFuture<ListProjectsResponse> |
Iot1ClickProjectsAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2019. All rights reserved.