| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators |
| 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 |
|---|---|
Iterator<DescribePatchGroupsResponse> |
DescribePatchGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePatchGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePatchGroupsResponse> subscriber) |
Copyright © 2020. All rights reserved.