| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PatchComplianceData> |
DescribeInstancePatchesResponse.patches()
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesResponse.Builder |
DescribeInstancePatchesResponse.Builder.patches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesResponse.Builder |
DescribeInstancePatchesResponse.Builder.patches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PatchComplianceData> |
DescribeInstancePatchesPublisher.patches()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PatchComplianceData> |
DescribeInstancePatchesIterable.patches()
Returns an iterable to iterate through the paginated
DescribeInstancePatchesResponse.patches() member. |
Copyright © 2021. All rights reserved.