| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickprojects |
The AWS IoT 1-Click Projects API Reference
|
| com.amazonaws.services.iot1clickprojects.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePlacementResult> |
AWSIoT1ClickProjectsAsyncClient.updatePlacementAsync(UpdatePlacementRequest request,
AsyncHandler<UpdatePlacementRequest,UpdatePlacementResult> asyncHandler) |
Future<UpdatePlacementResult> |
AbstractAWSIoT1ClickProjectsAsync.updatePlacementAsync(UpdatePlacementRequest request,
AsyncHandler<UpdatePlacementRequest,UpdatePlacementResult> asyncHandler) |
Future<UpdatePlacementResult> |
AWSIoT1ClickProjectsAsync.updatePlacementAsync(UpdatePlacementRequest updatePlacementRequest,
AsyncHandler<UpdatePlacementRequest,UpdatePlacementResult> asyncHandler)
Updates a placement with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePlacementRequest |
UpdatePlacementRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdatePlacementRequest |
UpdatePlacementRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdatePlacementRequest |
UpdatePlacementRequest.clone() |
UpdatePlacementRequest |
UpdatePlacementRequest.withAttributes(Map<String,String> attributes)
The user-defined object of attributes used to update the placement.
|
UpdatePlacementRequest |
UpdatePlacementRequest.withPlacementName(String placementName)
The name of the placement to update.
|
UpdatePlacementRequest |
UpdatePlacementRequest.withProjectName(String projectName)
The name of the project containing the placement to be updated.
|
Copyright © 2021. All rights reserved.