| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| 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.