| 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<CreatePlacementResult> |
AbstractAWSIoT1ClickProjectsAsync.createPlacementAsync(CreatePlacementRequest request,
AsyncHandler<CreatePlacementRequest,CreatePlacementResult> asyncHandler) |
Future<CreatePlacementResult> |
AWSIoT1ClickProjectsAsyncClient.createPlacementAsync(CreatePlacementRequest request,
AsyncHandler<CreatePlacementRequest,CreatePlacementResult> asyncHandler) |
Future<CreatePlacementResult> |
AWSIoT1ClickProjectsAsync.createPlacementAsync(CreatePlacementRequest createPlacementRequest,
AsyncHandler<CreatePlacementRequest,CreatePlacementResult> asyncHandler)
Creates an empty placement.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePlacementRequest |
CreatePlacementRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
CreatePlacementRequest |
CreatePlacementRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreatePlacementRequest |
CreatePlacementRequest.clone() |
CreatePlacementRequest |
CreatePlacementRequest.withAttributes(Map<String,String> attributes)
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
|
CreatePlacementRequest |
CreatePlacementRequest.withPlacementName(String placementName)
The name of the placement to be created.
|
CreatePlacementRequest |
CreatePlacementRequest.withProjectName(String projectName)
The name of the project in which to create the placement.
|
Copyright © 2020. All rights reserved.