| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<PatchOrchestratorFilter> |
DescribePatchBaselinesRequest.filters()
Each element in the array is a structure containing:
|
List<PatchOrchestratorFilter> |
DescribeInstancePatchesRequest.filters()
Each entry in the array is a structure containing:
|
List<PatchOrchestratorFilter> |
DescribeAvailablePatchesRequest.filters()
Filters used to scope down the returned patches.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesRequest.Builder |
DescribePatchBaselinesRequest.Builder.filters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(PatchOrchestratorFilter... filters)
Each entry in the array is a structure containing:
|
DescribeAvailablePatchesRequest.Builder |
DescribeAvailablePatchesRequest.Builder.filters(PatchOrchestratorFilter... filters)
Filters used to scope down the returned patches.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesRequest.Builder |
DescribePatchBaselinesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
DescribeInstancePatchesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters)
Each entry in the array is a structure containing:
|
DescribeAvailablePatchesRequest.Builder |
DescribeAvailablePatchesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters)
Filters used to scope down the returned patches.
|
| Modifier and Type | Method and Description |
|---|---|
PatchOrchestratorFilter |
PatchOrchestratorFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchOrchestratorFilterMarshaller.marshall(PatchOrchestratorFilter patchOrchestratorFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.