| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model | |
| software.amazon.awssdk.services.greengrassv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveDeployment> |
ListEffectiveDeploymentsResponse.effectiveDeployments()
A list that summarizes each deployment on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.effectiveDeployments(EffectiveDeployment... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsResponse.Builder |
ListEffectiveDeploymentsResponse.Builder.effectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EffectiveDeployment> |
ListEffectiveDeploymentsIterable.effectiveDeployments()
Returns an iterable to iterate through the paginated
ListEffectiveDeploymentsResponse.effectiveDeployments() member. |
SdkPublisher<EffectiveDeployment> |
ListEffectiveDeploymentsPublisher.effectiveDeployments()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.