| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.builder() |
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.effectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.effectiveDeployments(Consumer<EffectiveDeployment.Builder>... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.effectiveDeployments(EffectiveDeployment... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEffectiveDeploymentsResponse.Builder> |
ListEffectiveDeploymentsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.