| 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.model |
| 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 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 DescribePatchPropertiesPublisher |
SsmAsyncClient.describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribePatchPropertiesIterable |
SsmClient.describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> 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 |
|---|---|
static DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.builder() |
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.operatingSystem(String operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.property(PatchProperty property)
The patch property for which you want to view patch details.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.property(String property)
The patch property for which you want to view patch details.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePatchPropertiesRequest.Builder> |
DescribePatchPropertiesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.