| 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<ListPlacementsResult> |
AbstractAWSIoT1ClickProjectsAsync.listPlacementsAsync(ListPlacementsRequest request,
AsyncHandler<ListPlacementsRequest,ListPlacementsResult> asyncHandler) |
Future<ListPlacementsResult> |
AWSIoT1ClickProjectsAsync.listPlacementsAsync(ListPlacementsRequest listPlacementsRequest,
AsyncHandler<ListPlacementsRequest,ListPlacementsResult> asyncHandler)
Lists the placement(s) of a project.
|
Future<ListPlacementsResult> |
AWSIoT1ClickProjectsAsyncClient.listPlacementsAsync(ListPlacementsRequest request,
AsyncHandler<ListPlacementsRequest,ListPlacementsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPlacementsRequest |
ListPlacementsRequest.clone() |
ListPlacementsRequest |
ListPlacementsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListPlacementsRequest |
ListPlacementsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListPlacementsRequest |
ListPlacementsRequest.withProjectName(String projectName)
The project containing the placements to be listed.
|
Copyright © 2022. All rights reserved.