| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EffectivePatch> |
DescribeEffectivePatchesForPatchBaselineResponse.effectivePatches()
An array of patches and patch status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
DescribeEffectivePatchesForPatchBaselineResponse.Builder.effectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
DescribeEffectivePatchesForPatchBaselineResponse.Builder.effectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EffectivePatch> |
DescribeEffectivePatchesForPatchBaselineIterable.effectivePatches()
Returns an iterable to iterate through the paginated
DescribeEffectivePatchesForPatchBaselineResponse.effectivePatches() member. |
SdkPublisher<EffectivePatch> |
DescribeEffectivePatchesForPatchBaselinePublisher.effectivePatches()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.