| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
PatchBaselineIdentity |
PatchGroupPatchBaselineMapping.baselineIdentity()
The patch baseline the patch group is registered with.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchBaselineIdentity> |
DescribePatchBaselinesResponse.baselineIdentities()
An array of PatchBaselineIdentity elements.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesResponse.Builder |
DescribePatchBaselinesResponse.Builder.baselineIdentities(PatchBaselineIdentity... baselineIdentities)
An array of PatchBaselineIdentity elements.
|
PatchGroupPatchBaselineMapping.Builder |
PatchGroupPatchBaselineMapping.Builder.baselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesResponse.Builder |
DescribePatchBaselinesResponse.Builder.baselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of PatchBaselineIdentity elements.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PatchBaselineIdentity> |
DescribePatchBaselinesIterable.baselineIdentities()
Returns an iterable to iterate through the paginated
DescribePatchBaselinesResponse.baselineIdentities()
member. |
SdkPublisher<PatchBaselineIdentity> |
DescribePatchBaselinesPublisher.baselineIdentities()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.