Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Referencesoftware.amazon.awssdk.services.iot1clickprojects.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseIot1ClickProjectsClient. listProjects()Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.default ListProjectsResponseIot1ClickProjectsClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.default ListProjectsResponseIot1ClickProjectsClient. listProjects(ListProjectsRequest listProjectsRequest)Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type ListProjectsResponse Modifier and Type Method 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. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.iot1clickprojects.paginators
Methods in software.amazon.awssdk.services.iot1clickprojects.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot1clickprojects.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-