| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
GreengrassAsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a history of deployments for the group.
|
default ListDeploymentsResponse |
GreengrassClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Returns a history of deployments for the group.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsRequest.Builder |
ListDeploymentsRequest.builder() |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.groupId(String groupId)
The ID of the Greengrass group.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeploymentsRequest.Builder> |
ListDeploymentsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.