Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.UpdatePlacementResponse
-
Packages that use UpdatePlacementResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Reference -
-
Uses of UpdatePlacementResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return UpdatePlacementResponse Modifier and Type Method Description default UpdatePlacementResponseIot1ClickProjectsClient. updatePlacement(Consumer<UpdatePlacementRequest.Builder> updatePlacementRequest)Updates a placement with the given attributes.default UpdatePlacementResponseIot1ClickProjectsClient. updatePlacement(UpdatePlacementRequest updatePlacementRequest)Updates a placement with the given attributes.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type UpdatePlacementResponse Modifier and Type Method Description default CompletableFuture<UpdatePlacementResponse>Iot1ClickProjectsAsyncClient. updatePlacement(Consumer<UpdatePlacementRequest.Builder> updatePlacementRequest)Updates a placement with the given attributes.default CompletableFuture<UpdatePlacementResponse>Iot1ClickProjectsAsyncClient. updatePlacement(UpdatePlacementRequest updatePlacementRequest)Updates a placement with the given attributes.
-