| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| 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.
|
| 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 Microsoft applications.
|
DescribePatchPropertiesRequest.Builder |
DescribePatchPropertiesRequest.Builder.patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for Microsoft applications.
|
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 © 2020. All rights reserved.