Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.ListPlacementsResponse
-
Packages that use ListPlacementsResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Referencesoftware.amazon.awssdk.services.iot1clickprojects.paginators -
-
Uses of ListPlacementsResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return ListPlacementsResponse Modifier and Type Method Description default ListPlacementsResponseIot1ClickProjectsClient. listPlacements(Consumer<ListPlacementsRequest.Builder> listPlacementsRequest)Lists the placement(s) of a project.default ListPlacementsResponseIot1ClickProjectsClient. listPlacements(ListPlacementsRequest listPlacementsRequest)Lists the placement(s) of a project.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type ListPlacementsResponse Modifier and Type Method 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. -
Uses of ListPlacementsResponse in software.amazon.awssdk.services.iot1clickprojects.paginators
Methods in software.amazon.awssdk.services.iot1clickprojects.paginators that return types with arguments of type ListPlacementsResponse Modifier and Type Method Description Iterator<ListPlacementsResponse>ListPlacementsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot1clickprojects.paginators with type arguments of type ListPlacementsResponse Modifier and Type Method Description voidListPlacementsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPlacementsResponse> subscriber)
-