| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OpsEntity> |
GetOpsSummaryResponse.entities()
The list of aggregated and filtered OpsData.
|
| Modifier and Type | Method and Description |
|---|---|
GetOpsSummaryResponse.Builder |
GetOpsSummaryResponse.Builder.entities(OpsEntity... entities)
The list of aggregated and filtered OpsData.
|
| Modifier and Type | Method and Description |
|---|---|
GetOpsSummaryResponse.Builder |
GetOpsSummaryResponse.Builder.entities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsData.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<OpsEntity> |
GetOpsSummaryIterable.entities()
Returns an iterable to iterate through the paginated
GetOpsSummaryResponse.entities() member. |
SdkPublisher<OpsEntity> |
GetOpsSummaryPublisher.entities()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.