| 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 DescribePatchPropertiesResponse |
SsmClient.describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribePatchPropertiesResponse |
SsmClient.describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePatchPropertiesResponse> |
SsmAsyncClient.describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default CompletableFuture<DescribePatchPropertiesResponse> |
SsmAsyncClient.describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribePatchPropertiesResponse> |
DescribePatchPropertiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePatchPropertiesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePatchPropertiesResponse> subscriber) |
Copyright © 2022. All rights reserved.