| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations 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 © 2023. All rights reserved.