| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribePatchGroupsResponse |
SSMClient.describePatchGroups()
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsResponse |
SSMClient.describePatchGroups(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsResponse |
SSMClient.describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePatchGroupsResponse> |
SSMAsyncClient.describePatchGroups()
Lists all patch groups that have been registered with patch baselines.
|
default CompletableFuture<DescribePatchGroupsResponse> |
SSMAsyncClient.describePatchGroups(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default CompletableFuture<DescribePatchGroupsResponse> |
SSMAsyncClient.describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePatchGroupsResponse |
DescribePatchGroupsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.