| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Patch |
EffectivePatch.patch()
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for
where more information can be obtained about the patch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
DescribeAvailablePatchesResponse.patches()
An array of patches.
|
| Modifier and Type | Method and Description |
|---|---|
EffectivePatch.Builder |
EffectivePatch.Builder.patch(Patch patch)
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL
for where more information can be obtained about the patch.
|
DescribeAvailablePatchesResponse.Builder |
DescribeAvailablePatchesResponse.Builder.patches(Patch... patches)
An array of patches.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAvailablePatchesResponse.Builder |
DescribeAvailablePatchesResponse.Builder.patches(Collection<Patch> patches)
An array of patches.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Patch> |
DescribeAvailablePatchesPublisher.patches()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Patch> |
DescribeAvailablePatchesIterable.patches()
Returns an iterable to iterate through the paginated
DescribeAvailablePatchesResponse.patches() member. |
Copyright © 2023. All rights reserved.