| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines()
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePatchBaselinesResponse> |
SsmAsyncClient.describePatchBaselines()
Lists the patch baselines in your Amazon Web Services account.
|
default CompletableFuture<DescribePatchBaselinesResponse> |
SsmAsyncClient.describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default CompletableFuture<DescribePatchBaselinesResponse> |
SsmAsyncClient.describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribePatchBaselinesResponse> |
DescribePatchBaselinesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePatchBaselinesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePatchBaselinesResponse> subscriber) |
Copyright © 2022. All rights reserved.